Commit Graph

6 Commits (7b313b9e6bda540fd2ff2fa2c1e3c1d7134fbba3)

Author SHA1 Message Date
ray-x 05ba8a9032 issue #424; neovim is deprecating non-treesitter based syntax highlighting, so it is this plugin 8 months ago
Manuel 62e3838974
fix: latest treesitter expects ;; extends (#245)
If this comment is not present it will overwrite all existing queries
with the content of the respective file.
Also move files from queries/go -> after/queries/go to ensure they are
loaded after e.g. nvim-treesitter queries.
2 years ago
ray-x 28bcaa1f44 quick gen return #170 2 years ago
ray-x 4202b6a07b composit_literal folding 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
ray-x 4bc6b563ce go treesitter locals.scm add go_impl_spec 2 years ago