Skip to content

Commit

Permalink
fix: re-enable preselect by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 9, 2024
1 parent 9c73b0d commit 64673ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ local config = {
-- falling back to the next direction when there's not enough space
direction_priority = { 's', 'n' },
-- whether to preselect the first item in the completion list
preselect = false,
preselect = true,
-- Controls how the completion items are rendered on the popup window
-- 'simple' will render the item's kind icon the left alongside the label
-- 'reversed' will render the label on the left and the kind icon + name on the right
Expand Down

0 comments on commit 64673ea

Please sign in to comment.