fix : Add option to disable cmp (#482)
This commit is contained in:
parent
8e0dfc1de6
commit
a41ab8b830
2 changed files with 9 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue