auto show documentation
This commit is contained in:
parent
2337d6bd87
commit
e4e2411240
2
init.lua
2
init.lua
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue