Skip to content

Commit

Permalink
fix(blink-cmp): remove documentation delay as we don't preselect by d…
Browse files Browse the repository at this point in the history
…efault anyway
  • Loading branch information
mehalter committed Jan 8, 2025
1 parent 790f339 commit a558006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/blink-cmp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ return {
},
documentation = {
auto_show = true,
auto_show_delay_ms = 200,
auto_show_delay_ms = 0,
window = {
border = "rounded",
winhighlight = "Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:PmenuSel,Search:None",
Expand Down

0 comments on commit a558006

Please sign in to comment.