We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
E492 :NV not an editor command
The text was updated successfully, but these errors were encountered:
Did you do :Pluginstall That worked for me
Sorry, something went wrong.
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.
let g:nv_search_paths = ['~/note']
The error message needs to be improved, if this is the case.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: