Remove cmdline
completion
Let's see if this fixes some intermittent issues when trying to tab complete in command mode.
This commit is contained in:
parent
142a55e82f
commit
641e8bae4e
|
@ -67,13 +67,6 @@ cmp.setup {
|
|||
},
|
||||
}
|
||||
|
||||
cmp.setup.cmdline({ "/", "?" }, {
|
||||
mapping = cmp.mapping.preset.cmdline(),
|
||||
sources = {
|
||||
{ name = "buffer" },
|
||||
},
|
||||
})
|
||||
|
||||
cmp.setup.filetype({ "mysql", "sql" }, {
|
||||
sources = {
|
||||
{ name = "vim-dadbod-completion" },
|
||||
|
|
Reference in a new issue