mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
plugins/blink-cmp: update completion.list.selection type
Changed in latest release. Making type backwards compatible with previous release.
This commit is contained in:
parent
2054094544
commit
2f9b103d2e
2 changed files with 14 additions and 5 deletions
|
@ -42,7 +42,10 @@
|
|||
};
|
||||
list = {
|
||||
max_items = 200;
|
||||
selection = "preselect";
|
||||
selection = {
|
||||
preselect = true;
|
||||
auto_insert = true;
|
||||
};
|
||||
cycle = {
|
||||
from_bottom = true;
|
||||
from_top = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue