auto show documentation

This commit is contained in:
Reathe 2026-02-23 14:25:24 +01:00
parent 2337d6bd87
commit e4e2411240
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ require('lazy').setup({
completion = {
-- By default, you may press `<c-space>` to show the documentation.
-- Optionally, set `auto_show = true` to show the documentation after a delay.
documentation = { auto_show = false, auto_show_delay_ms = 500 },
documentation = { auto_show = true, auto_show_delay_ms = 500 },
},
sources = {