mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-04 23:10:52 +01:00
enable snippets by default
This commit is contained in:
parent
70baf718d2
commit
f4c4d8f6c6
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ M.plugins = {
|
|||
lspsignature = true, -- lsp enhancements
|
||||
vim_matchup = true, -- improved matchit
|
||||
cmp = true,
|
||||
snippets = false,
|
||||
snippets = true,
|
||||
nvimtree = true,
|
||||
autopairs = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue