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

File manager for vim/neovim powered by n³

Results 6 nnn.vim issues
Sort by recently updated
recently updated
newest added

- [x] `:NnnExplorer` should toggle the nnn window instead of opening a new window. #138 - [x] Each tab should only have one explorer window. #138 - [ ] Nice...

enhancement

**Describe the bug** When adding action to call a function when `` is pressed. I get an error: ``` Error detected while processing function nnn#select_action: line 6: E728: Using a...

bug

**How to set colors in nnn.vim** I've had to spend days(!) to find out how to set some colors in `nnn.vim`. One problem is that documentation about them is so...

bug

**Problem** Cloned `nnn.vim` (the directory) into `/usr/local/share/vim/plugin/` In my `vimrc` I have added `/usr/local/share/vim` to my `runtimepath`. Upon start of `vim` (but NOT of `gvim`!) I get: ``` Error detected...

bug

**Describe the bug** I get multiple Neovim errors when I exit nnn picker without choosing a file, i.e. by pressing `q`. **To Reproduce** Minimal configuration: ``` call plug#begin('~/.local/share/nvim/site/plugged') Plug 'mcchrish/nnn.vim'...

bug

**Problem** Cloned `nnn.vim` (the directory) into `/usr/local/share/vim/plugin/` In my `vimrc` I have added `/usr/local/share/vim` to my `runtimepath`. Upon start of `vim/gvim`, I get: ``` Error detected while processing /usr/local/share/vim/plugin/nnn.vim/ftplugin/nnn.vim: line...

bug