more blink tuning

This commit is contained in:
Oliver Hartmann 2025-02-17 10:50:00 +00:00
parent c52ee91856
commit 8bad13c702
2 changed files with 2 additions and 4 deletions

View File

@ -159,10 +159,7 @@ return {
}, },
documentation = { documentation = {
auto_show = true, auto_show = true,
auto_show_delay_ms = 300, auto_show_delay_ms = 200,
window = {
border = 'padded'
}
}, },
}, },

View File

@ -32,6 +32,7 @@ return {
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1, fmt = 'nocombine' }, ['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['NonText'] = { fg = colors.vulgaris.blue }, ['NonText'] = { fg = colors.vulgaris.blue },
['BlinkCmpMenu'] = { bg = colors.vulgaris.bg2 }, ['BlinkCmpMenu'] = { bg = colors.vulgaris.bg2 },
['BlinkCmpDoc'] = { bg = colors.vulgaris.bg2 },
['BlinkCmpMenuSelection'] = { bg = colors.vulgaris.grey } ['BlinkCmpMenuSelection'] = { bg = colors.vulgaris.grey }
}, },
}) })