enable snippets by default

This commit is contained in:
siduck 2022-02-04 22:17:10 +05:30
parent 70baf718d2
commit f4c4d8f6c6
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},