nvim-luadev icon indicating copy to clipboard operation
nvim-luadev copied to clipboard

`:vert` not supported

Open andmis opened this issue 2 years ago • 2 comments

Expected behavior: :vert Luadev causes the split to be vertical. Actual behavior: the split is horizontal, just like :Luadev.

andmis avatar Apr 20 '22 20:04 andmis

I've tried adding "vert" to https://github.com/bfredl/nvim-luadev/blob/2a2c242bd751c289cfc1bc27f357925f68eba098/lua/luadev.lua#L25 but it still splits horizontally. I have no experience with splitbelow/splitright and vert so it's possible I miss something in the logic :s

teto avatar Jun 09 '22 10:06 teto

@andmis I assume you have some programming skills, why don't you implement it yourself? Please try reading h :command and :h <mods> first.

erw7 avatar Jun 12 '22 15:06 erw7