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;
|
enable = true;
|
||||||
autoEnableSources = true;
|
autoEnableSources = true;
|
||||||
mapping = {
|
mapping = {
|
||||||
"<CR>" = "cmp.mapping.autocomplete()";
|
"<C-Space>" = "cmp.mapping.autocomplete()";
|
||||||
"<C-d>" = "cmp.mapping.scroll_docs(-4)";
|
"<C-d>" = "cmp.mapping.scroll_docs(-4)";
|
||||||
"<C-e>" = "cmp.mapping.close()";
|
"<C-e>" = "cmp.mapping.close()";
|
||||||
"<C-f>" = "cmp.mapping.scroll_docs(4)";
|
"<C-f>" = "cmp.mapping.scroll_docs(4)";
|
||||||
|
|
Loading…
Reference in a new issue