notational-fzf-vim
notational-fzf-vim copied to clipboard
E492 :NV not an editor command
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
Did you do :Pluginstall That worked for me
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.