vim/nvim-cmp: prevent hijacking of keymaps from telescope

This commit is contained in:
Fernando Schauenburg 2023-07-15 23:03:48 +02:00
parent 7cf8b4d250
commit 8f04d9b199

View file

@ -148,6 +148,8 @@ local config = function()
{ name = 'cmdline' }
}),
})
cmp.setup.filetype('TelescopePrompt', { enabled = false })
end
return {