We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d3155 commit 1a49110Copy full SHA for 1a49110
init.lua
@@ -850,7 +850,7 @@ require('lazy').setup({
850
completion = {
851
-- By default, you may press `<c-space>` to show the documentation.
852
-- Optionally, set `auto_show = true` to show the documentation after a delay.
853
- documentation = { auto_show = false, auto_show_delay_ms = 500 },
+ documentation = { auto_show = true, auto_show_delay_ms = 500 },
854
},
855
856
sources = {
0 commit comments