mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00: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
Reference in a new issue