luukvbaal / nnn.nvim

File manager for Neovim powered by nnn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nnn disables numbers and splits have different sizes

FabioAntunes opened this issue · comments

Still related to this #65

Since you have disabled having an empty buffer when starting nvim . numbers is set to false on the window level.

If I start nvim . I don't have numbers if I start nvim some-random-file and then open nnn everything is fine.

asciicast

Another thing that I have noticed is that if I do nvim . then open a file, then do a :vsplit the splits aren't identical in size
Screenshot 2022-09-14 at 09 58 13

Should be fixed in 62b0153, we now open nnn in fullscreen floating window instead.