fixed some blink visuals

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

View File

@ -141,10 +141,14 @@ return {
completion = { completion = {
list = { list = {
selection = { selection = {
auto_insert = true, auto_insert = false,
preselect = false preselect = false
} }
}, },
accept =
{
dot_repeat = false,
},
menu = { menu = {
max_height = 25, max_height = 25,
draw = { draw = {

View File

@ -30,7 +30,9 @@ return {
['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.bg1, fmt = 'nocombine' }, ['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['LspReferenceWrite'] = { bg = colors.vulgaris.red, fg = colors.vulgaris.bg1, fmt = 'nocombine' }, ['LspReferenceWrite'] = { bg = colors.vulgaris.red, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['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 },
['BlinkCmpMenuSelection'] = { bg = colors.vulgaris.grey }
}, },
}) })
require('bamboo').load() require('bamboo').load()