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
Ideally, something that will hook into deoplete for snippet completion.
https://github.com/joereynolds/deoplete-minisnip and https://github.com/joereynolds/vim-minisnip are interesting, but fatih/vim-go doesn't support minisnip.
https://github.com/Shougo/neosnippet.vim has deoplete support built in, as does https://github.com/SirVer/ultisnips
Neosnippet is 100% viml, so that might be a more portable solution.
The text was updated successfully, but these errors were encountered:
Language layers should also make sure to configure snippet integration if possible as well.
Sorry, something went wrong.
No branches or pull requests
Ideally, something that will hook into deoplete for snippet completion.
https://github.com/joereynolds/deoplete-minisnip and https://github.com/joereynolds/vim-minisnip are interesting, but fatih/vim-go doesn't support minisnip.
https://github.com/Shougo/neosnippet.vim has deoplete support built in, as does https://github.com/SirVer/ultisnips
Neosnippet is 100% viml, so that might be a more portable solution.
The text was updated successfully, but these errors were encountered: