Skip to content

Commit 64673ea

Browse files
committed
fix: re-enable preselect by default
1 parent 9c73b0d commit 64673ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ local config = {
247247
-- falling back to the next direction when there's not enough space
248248
direction_priority = { 's', 'n' },
249249
-- whether to preselect the first item in the completion list
250-
preselect = false,
250+
preselect = true,
251251
-- Controls how the completion items are rendered on the popup window
252252
-- 'simple' will render the item's kind icon the left alongside the label
253253
-- 'reversed' will render the label on the left and the kind icon + name on the right

0 commit comments

Comments
 (0)