more delay for doc in blink
This commit is contained in:
parent
088f951461
commit
942111542b
@ -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
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user