Add config.plugins.status.snippets to enable/disable snippets
This commit is contained in:
parent
ee5b79d3d4
commit
2a02054a39
3 changed files with 11 additions and 7 deletions
|
|
@ -68,6 +68,7 @@ M.plugins = {
|
|||
lspsignature = true, -- lsp enhancements
|
||||
vim_matchup = true, -- improved matchit
|
||||
cmp = true,
|
||||
snippets = true,
|
||||
nvimtree = true,
|
||||
autopairs = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue