Skip to content

Commit 1a49110

Browse files
committed
blink.cmp config: show documentation
1 parent b1d3155 commit 1a49110

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
@@ -850,7 +850,7 @@ require('lazy').setup({
850850
completion = {
851851
-- By default, you may press `<c-space>` to show the documentation.
852852
-- Optionally, set `auto_show = true` to show the documentation after a delay.
853-
documentation = { auto_show = false, auto_show_delay_ms = 500 },
853+
documentation = { auto_show = true, auto_show_delay_ms = 500 },
854854
},
855855

856856
sources = {

0 commit comments

Comments
 (0)