notational-fzf-vim icon indicating copy to clipboard operation
notational-fzf-vim copied to clipboard

E492 :NV not an editor command

Open verajosemanuel opened this issue 3 years ago • 2 comments

installed rg, fzf and notational-fzf-vim latest versions in neovim.

when trying to use :NV a message is shown: E492 :NV not an editor command

verajosemanuel avatar Aug 29 '21 10:08 verajosemanuel

Did you do :Pluginstall That worked for me

KingJulianS avatar Feb 23 '22 16:02 KingJulianS

It could be that search paths are not provided. Use let g:nv_search_paths = ['~/note'] or any path where you want to store note files.

The error message needs to be improved, if this is the case.

Yougmark avatar Mar 20 '22 15:03 Yougmark