Replace nvim-cmp with blink.cmp
This commit is contained in:
parent
cf4bf773f9
commit
82bb4fd2ca
@ -89,9 +89,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Setup snippet support
|
||||
snippets.luasnip.enable = true;
|
||||
|
||||
# Enable mini modules ( mini is amazing )
|
||||
mini = {
|
||||
# Text editing
|
||||
@ -135,15 +132,13 @@
|
||||
telescope.enable = true;
|
||||
|
||||
# Enable autocompletion
|
||||
autocomplete.nvim-cmp = {
|
||||
autocomplete = {
|
||||
enableSharedCmpSources = true;
|
||||
blink-cmp = {
|
||||
enable = true;
|
||||
|
||||
mappings = {
|
||||
close = null;
|
||||
complete = null;
|
||||
confirm = "<C-l>";
|
||||
next = "<C-j>";
|
||||
previous = "<C-k>";
|
||||
setupOpts = {
|
||||
keymap.preset = "default";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user