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