nnn.nvim icon indicating copy to clipboard operation
nnn.nvim copied to clipboard

File manager for Neovim powered by nnn.

Results 3 nnn.nvim issues
Sort by recently updated
recently updated
newest added

Still related to this https://github.com/luukvbaal/nnn.nvim/issues/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've tried to setup nnn.nvim to open files in split and vsplit but it doesn't work. Instead `0 selected` is logged. Here is my config ```lua require("nnn").setup({ picker = {...

I was wondering why NnnExplorer isn't opening any files for me. I unset some of my variables, and found out it was the NNN_FIFO variable setting (I had it set...