Skip to content

Commit

Permalink
chroe: Enable luasnip support for go.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Nov 4, 2023
1 parent 5941b60 commit 8cee4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/devil/configs/plugin/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ local opts = {
},
trouble = false, -- true: use trouble to open quickfix
test_efm = false, -- errorfomat for quickfix, default mix mode, set to true will be efm only
luasnip = false, -- enable included luasnip snippets. you can also disable while add lua/snips folder to luasnip load
luasnip = true, -- enable included luasnip snippets. you can also disable while add lua/snips folder to luasnip load
-- Do not enable this if you already added the path, that will duplicate the entries
on_jobstart = function(cmd)
_ = cmd
Expand Down

0 comments on commit 8cee4c9

Please sign in to comment.