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 )
|
# Enable mini modules ( mini is amazing )
|
||||||
mini = {
|
mini = {
|
||||||
# Text editing
|
# Text editing
|
||||||
@ -135,15 +132,13 @@
|
|||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
|
|
||||||
# Enable autocompletion
|
# Enable autocompletion
|
||||||
autocomplete.nvim-cmp = {
|
autocomplete = {
|
||||||
enable = true;
|
enableSharedCmpSources = true;
|
||||||
|
blink-cmp = {
|
||||||
mappings = {
|
enable = true;
|
||||||
close = null;
|
setupOpts = {
|
||||||
complete = null;
|
keymap.preset = "default";
|
||||||
confirm = "<C-l>";
|
};
|
||||||
next = "<C-j>";
|
|
||||||
previous = "<C-k>";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user