plugins/cmp: Use keymaps for command line too.

will be used if cmp triggered in command line mode
navigator
Akianonymus 2 years ago committed by siduck
parent 492fee1979
commit 08e9ab363e

@ -69,6 +69,7 @@ local options = {
end, {
"i",
"s",
"c",
}),
["<S-Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then
@ -81,6 +82,7 @@ local options = {
end, {
"i",
"s",
"c",
}),
},
sources = {

Loading…
Cancel
Save