vim/nvim-cmp: prevent hijacking of keymaps from telescope
This commit is contained in:
parent
7cf8b4d250
commit
8f04d9b199
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ local config = function()
|
|||
{ name = 'cmdline' }
|
||||
}),
|
||||
})
|
||||
|
||||
cmp.setup.filetype('TelescopePrompt', { enabled = false })
|
||||
end
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue