Skip to content

Commit

Permalink
feat: Configure blink list.selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 9, 2025
1 parent 112028b commit 35eb289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/vnext/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ return {
treesitter_highlighting = true,
window = { border = "rounded" },
},
-- list = {
-- selection = { preselect = true, auto_insert = true },
-- },
list = {
selection = { preselect = false, auto_insert = true },
},
trigger = {
show_on_insert_on_trigger_character = false,
show_on_accept_on_trigger_character = false,
Expand Down

0 comments on commit 35eb289

Please sign in to comment.