mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 19:50:09 +02:00
fix: fixup for nvim-snippets compat on 0.9. Fixes #3426
This commit is contained in:
parent
028d5bcac5
commit
83c0c9405a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue