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
ec5981dfb1
commit
f375b8d34b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
-- disable builtin snippet support
|
-- disable builtin snippet support
|
||||||
{ "garymjr/nvim-snippets", enabled = false },
|
{ "garymjr/nvim-snippets", optional = true, enabled = false },
|
||||||
|
|
||||||
-- add luasnip
|
-- add luasnip
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue