Skip to content

Commit

Permalink
blink.cmp: disable selection of first item, enable documentation window
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Dec 24, 2024
1 parent a91d0de commit 5abe775
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/plugins/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ return {
version = "*",
opts = {
keymap = { preset = "enter" },
completion = {
documentation = {
auto_show = true,
auto_show_delay_ms = 500,
},
list = {
selection = 'manual',
},
}
},
dependencies = {
"rafamadriz/friendly-snippets",
Expand Down

0 comments on commit 5abe775

Please sign in to comment.