fix: fixup for nvim-snippets compat on 0.9. Fixes #3426
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
-- Compatibility with Neovim 0.9
|
||||
return {
|
||||
-- Use LuaSnip instead of native snippets
|
||||
{ "garymjr/nvim-snippets", enabled = false },
|
||||
{ import = "lazyvim.plugins.extras.coding.luasnip" },
|
||||
|
||||
-- Use mini.comment instead of ts-comments
|
||||
|
Reference in New Issue
Block a user