neovim: Adapt to blink-cmp update

This commit is contained in:
traxys 2025-01-27 13:57:52 +01:00 committed by traxys
parent e210301fc7
commit 9cb034da3c

View file

@ -26,7 +26,10 @@
"fallback"
];
};
completion.list.selection = "manual";
completion.list.selection = {
preselect = false;
auto_insert = true;
};
sources = {
default = [
"lsp"