We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c73b0d commit 64673eaCopy full SHA for 64673ea
lua/blink/cmp/config.lua
@@ -247,7 +247,7 @@ local config = {
247
-- falling back to the next direction when there's not enough space
248
direction_priority = { 's', 'n' },
249
-- whether to preselect the first item in the completion list
250
- preselect = false,
+ preselect = true,
251
-- Controls how the completion items are rendered on the popup window
252
-- 'simple' will render the item's kind icon the left alongside the label
253
-- 'reversed' will render the label on the left and the kind icon + name on the right
0 commit comments