chore: format source code
This commit is contained in:
parent
2cf3e2cac5
commit
a125c388c3
|
@ -64,7 +64,7 @@ bufferline.setup {
|
|||
guifg = colors.light_grey,
|
||||
guibg = colors.black2,
|
||||
},
|
||||
|
||||
|
||||
-- for diagnostics = "nvim_lsp"
|
||||
error = {
|
||||
guifg = colors.light_grey,
|
||||
|
@ -72,7 +72,7 @@ bufferline.setup {
|
|||
},
|
||||
error_diagnostic = {
|
||||
guifg = colors.light_grey,
|
||||
guibg = colors.black2
|
||||
guibg = colors.black2,
|
||||
},
|
||||
|
||||
-- close buttons
|
||||
|
|
Loading…
Reference in New Issue