format with stylua
This commit is contained in:
@ -4,7 +4,7 @@ return {
|
||||
priority = 1000,
|
||||
config = function()
|
||||
local colors = require('bamboo.palette')
|
||||
require('bamboo').setup {
|
||||
require('bamboo').setup({
|
||||
dim_inactive = true, -- Dim inactive windows/buffers
|
||||
cmp_itemkind_reverse = true,
|
||||
lualine = {
|
||||
@ -33,8 +33,8 @@ return {
|
||||
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
|
||||
['Delimiter'] = { fg = colors.vulgaris.fg },
|
||||
},
|
||||
}
|
||||
})
|
||||
require('bamboo').load()
|
||||
end,
|
||||
enabled = true
|
||||
enabled = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user