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
Hello,
since go.nvim uses luasnip: go.nvim included a feature rich luasnips you definitally need to try., how could someone add their own snippets?
luasnip: go.nvim included a feature rich luasnips you definitally need to try.
The text was updated successfully, but these errors were encountered:
You can add go.lua in lua/snippets of your config directory and refer to go.nvim with require some example: https://github.com/ray-x/nvim/tree/master/lua/snippets
go.lua
lua/snippets
go.nvim
require
Sorry, something went wrong.
Thanks, could not figure out how to do it, so i just imported luasnip as a dedicated plugin.
No branches or pull requests
Hello,
since go.nvim uses
luasnip: go.nvim included a feature rich luasnips you definitally need to try.
, how could someone add their own snippets?The text was updated successfully, but these errors were encountered: