mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
fix: use proper auto_insert option in blink-cmp.settings.completion.list.selection
This commit is contained in:
parent
d608bccddd
commit
3399ebfedd
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ in
|
||||||
Maximum number of items to display.
|
Maximum number of items to display.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
selection = defaultNullOpts.mkEnumFirstDefault [ "preselect" "manual" "autoinsert" ] ''
|
selection = defaultNullOpts.mkEnumFirstDefault [ "preselect" "manual" "auto_insert" ] ''
|
||||||
Controls if completion items will be selected automatically, and whether selection
|
Controls if completion items will be selected automatically, and whether selection
|
||||||
automatically inserts.
|
automatically inserts.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue