Commit Graph

6 Commits (master)

Author SHA1 Message Date
Grzegorz Szczudlik 915d5a02b9
Update snips.lua (#344)
vim.treesitter.set_query is deprecated. Using vim.treesitter.query.set instead.
1 year ago
ray-x 7302dc4a20 ts api updates issue #319 1 year ago
ray-x 636fe41c87 treesitter API changes 1 year ago
ray-x 470349cff5 lazy.nvim based lazy loading 1 year ago
ray-x e5c7d643b1 gosnips return default, similar to fillreturns by gopls 2 years ago
rayx 104b832ee4
Luasnip (#165)
First commit for luasnip
Most of the snip code is from this repo shark
and TJ's neovim setup config_manager
and ziontee113

* add luasnip for go

* move command out to a dedicated function

* update ts node spec format

* bugfix alternate file

* Bring in more snippets

* updates for mockery 2.11

* snips for http handler and more

* update doc

* bench test
2 years ago