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 0c64f27 commit a8a933eCopy full SHA for a8a933e
nvim/.config/nvim/lua/plugins/lang.lua
@@ -420,7 +420,7 @@ return {
420
completion = {
421
-- By default, you may press `<c-space>` to show the documentation.
422
-- Optionally, set `auto_show = true` to show the documentation after a delay.
423
- documentation = { auto_show = false, auto_show_delay_ms = 500 },
+ documentation = { auto_show = true, auto_show_delay_ms = 250 },
424
},
425
426
sources = {
0 commit comments