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 3ef38f0 commit 5c4ef17Copy full SHA for 5c4ef17
init.lua
@@ -856,7 +856,7 @@ require('lazy').setup({
856
completion = {
857
-- By default, you may press `<c-space>` to show the documentation.
858
-- Optionally, set `auto_show = true` to show the documentation after a delay.
859
- documentation = { auto_show = false, auto_show_delay_ms = 500 },
+ documentation = { auto_show = true, auto_show_delay_ms = 500 },
860
},
861
862
sources = {
0 commit comments