more delay for doc in blink

This commit is contained in:
Oliver Hartmann 2025-03-31 22:43:57 +02:00
parent 088f951461
commit 942111542b

View File

@ -103,7 +103,7 @@ return {
dap = {
name = 'dap',
module = 'blink.compat.source',
async = true,
async = false,
enabled = function()
return require('cmp_dap').is_dap_buffer()
end,
@ -219,7 +219,8 @@ return {
},
documentation = {
auto_show = true,
auto_show_delay_ms = 200,
auto_show_delay_ms = 500,
treesitter_highlighting = true
},
},