fix : Add option to disable cmp (#482)

This commit is contained in:
siduck76 2021-09-26 07:21:07 +05:30
parent 8e0dfc1de6
commit a41ab8b830
2 changed files with 9 additions and 0 deletions

View file

@ -73,6 +73,7 @@ M.plugins = {
telescope_media = false, -- media previews within telescope finders
truezen = false, -- distraction free & minimalist UI mode
vim_matchup = true, -- % operator enhancements
cmp = true,
},
options = {
lspconfig = {