diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-20 20:11:37 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-20 20:11:37 -0500 |
| commit | 5010e575335939597b05f8d58bdf205c693a8004 (patch) | |
| tree | d60d9c02f6c04efc772fecffab2b07c747e01c33 | |
| parent | 5d9066d9a28a726fb0ccbfc8ee39ecdc4745d36a (diff) | |
did not mean to change that
| -rwxr-xr-x | .config/nvim/after/plugin/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index 99efb6d..9187032 100755 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -16,7 +16,7 @@ local cmp_select = {behavior = cmp.SelectBehavior.Select} local cmp_mappings = cmp.mapping.preset.insert({ ['<C-p>'] = cmp.mapping.select_prev_item(cmp_select), ['<C-n>'] = cmp.mapping.select_next_item(cmp_select), - ['<C-i>'] = cmp.mapping.confirm({ select = true }), + ['<C-y>'] = cmp.mapping.confirm({ select = true }), ["<C-Space>"] = cmp.mapping.complete(), }) |
