mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02: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
Add a link
Reference in a new issue