This commit is contained in:
iFargle 2024-02-13 11:55:49 +09:00
parent 72beb1f583
commit 752bce256f

View file

@ -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)";