fix: disable cmp cmdline
This commit is contained in:
parent
362a77e60d
commit
ee11dde8bd
1 changed files with 2 additions and 2 deletions
|
@ -93,13 +93,13 @@ M.init = function()
|
|||
},
|
||||
})
|
||||
|
||||
cmp.setup.cmdline(':', {
|
||||
--[[ cmp.setup.cmdline(':', {
|
||||
sources = cmp.config.sources({
|
||||
{ name = 'path' },
|
||||
}, {
|
||||
{ name = 'cmdline' },
|
||||
}),
|
||||
})
|
||||
}) ]]
|
||||
end
|
||||
|
||||
M.autopairs = function()
|
||||
|
|
Loading…
Add table
Reference in a new issue