fix: fixup for nvim-snippets compat on 0.9. Fixes #3426

This commit is contained in:
Folke Lemaitre
2024-06-02 17:47:25 +02:00
parent 028d5bcac5
commit 83c0c9405a

View File

@ -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