go.nvim
go.nvim copied to clipboard
Adding snippets
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?
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
Thanks, could not figure out how to do it, so i just imported luasnip as a dedicated plugin.