mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(luasnip): add missing optional tag to garymjr/nvim-snippets
This commit is contained in:
parent
9c611b0c57
commit
945d98f961
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
-- disable builtin snippet support
|
||||
{ "garymjr/nvim-snippets", enabled = false },
|
||||
{ "garymjr/nvim-snippets", optional = true, enabled = false },
|
||||
|
||||
-- add luasnip
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue