zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.43k stars 64 forks source link

Support non-full-width horizontal and vertical splits #289

Open net opened 1 month ago

net commented 1 month ago

The "bottom" and "right" options create full-width splits. This change adds options to split only the current window horizontally or vertically, which is the default vim behavior when splitting.