remove snippet option for cmp | fix telescope first time delay

This commit is contained in:
siduck 2022-02-12 07:31:23 +05:30
parent ca481b1385
commit a21e884983
3 changed files with 17 additions and 30 deletions

View file

@ -69,7 +69,6 @@ M.plugins = {
lspsignature = true, -- lsp enhancements
vim_matchup = true, -- improved matchit
cmp = true,
snippets = true,
nvimtree = true,
autopairs = true,
},