mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
fix(luasnip): disable nvim-snippets when luasnip is enabled. Fixes #3547
This commit is contained in:
parent
28426cc31c
commit
aa059e0d49
1 changed files with 4 additions and 0 deletions
|
|
@ -46,4 +46,8 @@ return {
|
||||||
{ "<s-tab>", function() require("luasnip").jump(-1) end, mode = { "i", "s" } },
|
{ "<s-tab>", function() require("luasnip").jump(-1) end, mode = { "i", "s" } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"garymjr/nvim-snippets",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue