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
After installing i tried to add use it and got this error;
Not an editor command: Aerojump kbd space
Configs:
nmap <leader>as <Plug>(AerojumpSpace)
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
To those encountering this issue, make sure that your Vim/Nvim has Python3 support. echo has("python") should print 1.
echo has("python")
For anyone wondering what "Python3 support" in NeoVim means - install pynvim.
pynvim
No branches or pull requests
After installing i tried to add use it and got this error;
Configs:
The text was updated successfully, but these errors were encountered: