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