mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Adapt to blink-cmp update
This commit is contained in:
parent
e210301fc7
commit
9cb034da3c
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@
|
|||
"fallback"
|
||||
];
|
||||
};
|
||||
completion.list.selection = "manual";
|
||||
completion.list.selection = {
|
||||
preselect = false;
|
||||
auto_insert = true;
|
||||
};
|
||||
sources = {
|
||||
default = [
|
||||
"lsp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue