Skip to content

Commit a558006

Browse files
committed
fix(blink-cmp): remove documentation delay as we don't preselect by default anyway
1 parent 790f339 commit a558006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/completion/blink-cmp/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ return {
136136
},
137137
documentation = {
138138
auto_show = true,
139-
auto_show_delay_ms = 200,
139+
auto_show_delay_ms = 0,
140140
window = {
141141
border = "rounded",
142142
winhighlight = "Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:PmenuSel,Search:None",

0 commit comments

Comments
 (0)