master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 942111542b - Show all commits

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
},
},