feat(neovim): go back to nvim-cmp.

This commit is contained in:
CronyAkatsuki 2025-03-10 19:41:55 +01:00
parent 935af96b82
commit 1ed82027cc

View File

@ -61,6 +61,18 @@ in {
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
languages = {
enableLSP = true;