test new comp key
This commit is contained in:
parent
aff70fcdb2
commit
b434bb76f4
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -637,8 +637,8 @@ cmp.setup({
|
|||
},
|
||||
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
["<Tab>"] = cmp.mapping.select_next_item(),
|
||||
["<S-Tab>"] = cmp.mapping.select_prev_item(),
|
||||
["<Space>"] = cmp.mapping.select_next_item(),
|
||||
["<C-p>"] = cmp.mapping.select_prev_item(),
|
||||
["<C-b>"] = cmp.mapping.scroll_docs(-4),
|
||||
["<C-f>"] = cmp.mapping.scroll_docs(4),
|
||||
["<C-Space>"] = cmp.mapping.complete(),
|
||||
|
|
Loading…
Reference in a new issue