mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
rm
This commit is contained in:
parent
2f0f762cb1
commit
d1f7ca93fd
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ cmp.setup({
|
||||||
mapping = {
|
mapping = {
|
||||||
["<C-p>"] = cmp.mapping.select_prev_item(),
|
["<C-p>"] = cmp.mapping.select_prev_item(),
|
||||||
["<C-n>"] = cmp.mapping.select_next_item(),
|
["<C-n>"] = cmp.mapping.select_next_item(),
|
||||||
["<Down>"] = cmp.mapping.select_next_item(),
|
-- ["<Down>"] = cmp.mapping.select_next_item(),
|
||||||
["<Up>"] = cmp.mapping.select_prev_item(),
|
-- ["<Up>"] = cmp.mapping.select_prev_item(),
|
||||||
["<C-d>"] = cmp.mapping.scroll_docs(-4),
|
["<C-d>"] = cmp.mapping.scroll_docs(-4),
|
||||||
["<C-f>"] = cmp.mapping.scroll_docs(4),
|
["<C-f>"] = cmp.mapping.scroll_docs(4),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue