Skip to content

Commit 5c4ef17

Browse files
committed
blink.cmp config: show documentation
1 parent 3ef38f0 commit 5c4ef17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ require('lazy').setup({
856856
completion = {
857857
-- By default, you may press `<c-space>` to show the documentation.
858858
-- Optionally, set `auto_show = true` to show the documentation after a delay.
859-
documentation = { auto_show = false, auto_show_delay_ms = 500 },
859+
documentation = { auto_show = true, auto_show_delay_ms = 500 },
860860
},
861861

862862
sources = {

0 commit comments

Comments
 (0)