fix: use proper auto_insert option in blink-cmp.settings.completion.list.selection

This commit is contained in:
Kasper Seweryn 2025-01-01 13:31:26 +01:00 committed by GitHub
parent d608bccddd
commit 3399ebfedd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
''; '';