feat(neovim): go back to nvim-cmp.
This commit is contained in:
parent
935af96b82
commit
1ed82027cc
1 changed files with 12 additions and 0 deletions
|
@ -61,6 +61,18 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Autocompletion
|
||||||
|
autocomplete.nvim-cmp = {
|
||||||
|
enable = true;
|
||||||
|
mapping = {
|
||||||
|
close = "<C-h>";
|
||||||
|
complete = null;
|
||||||
|
confirm = "<C-l>";
|
||||||
|
next = "<C-j>";
|
||||||
|
previous = "<C-k>";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Setup lsp's and languages
|
# Setup lsp's and languages
|
||||||
languages = {
|
languages = {
|
||||||
enableLSP = true;
|
enableLSP = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue