test
This commit is contained in:
parent
72beb1f583
commit
752bce256f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
|||
enable = true;
|
||||
autoEnableSources = true;
|
||||
mapping = {
|
||||
"<CR>" = "cmp.mapping.autocomplete()";
|
||||
"<C-Space>" = "cmp.mapping.autocomplete()";
|
||||
"<C-d>" = "cmp.mapping.scroll_docs(-4)";
|
||||
"<C-e>" = "cmp.mapping.close()";
|
||||
"<C-f>" = "cmp.mapping.scroll_docs(4)";
|
||||
|
|
Loading…
Reference in a new issue