Update cmp.lua
This commit is contained in:
parent
b05e90ba8b
commit
0601876ab6
|
@ -69,7 +69,6 @@ local options = {
|
|||
end, {
|
||||
"i",
|
||||
"s",
|
||||
"c",
|
||||
}),
|
||||
["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
|
@ -82,7 +81,6 @@ local options = {
|
|||
end, {
|
||||
"i",
|
||||
"s",
|
||||
"c",
|
||||
}),
|
||||
},
|
||||
sources = {
|
||||
|
|
Loading…
Reference in New Issue