feat(neovim): fix word.
This commit is contained in:
parent
1ed82027cc
commit
f90fe1143f
@ -64,7 +64,7 @@ in {
|
|||||||
# Autocompletion
|
# Autocompletion
|
||||||
autocomplete.nvim-cmp = {
|
autocomplete.nvim-cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mapping = {
|
mappings = {
|
||||||
close = "<C-h>";
|
close = "<C-h>";
|
||||||
complete = null;
|
complete = null;
|
||||||
confirm = "<C-l>";
|
confirm = "<C-l>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user