fixed some blink visuals
This commit is contained in:
parent
d992b11610
commit
c52ee91856
@ -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 = {
|
||||||
|
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user