Skip to content

Commit a8a933e

Browse files
committed
feat(nvim): auto show completion docs
1 parent 0c64f27 commit a8a933e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/.config/nvim/lua/plugins/lang.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ return {
420420
completion = {
421421
-- By default, you may press `<c-space>` to show the documentation.
422422
-- Optionally, set `auto_show = true` to show the documentation after a delay.
423-
documentation = { auto_show = false, auto_show_delay_ms = 500 },
423+
documentation = { auto_show = true, auto_show_delay_ms = 250 },
424424
},
425425

426426
sources = {

0 commit comments

Comments
 (0)