feat(neovim): go back to nvim-cmp.
This commit is contained in:
parent
935af96b82
commit
1ed82027cc
@ -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…
x
Reference in New Issue
Block a user