chore: format source code

This commit is contained in:
github-actions[bot] 2021-08-31 19:02:03 +00:00
parent 2cf3e2cac5
commit a125c388c3
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ bufferline.setup {
guifg = colors.light_grey, guifg = colors.light_grey,
guibg = colors.black2, guibg = colors.black2,
}, },
-- for diagnostics = "nvim_lsp" -- for diagnostics = "nvim_lsp"
error = { error = {
guifg = colors.light_grey, guifg = colors.light_grey,
@ -72,7 +72,7 @@ bufferline.setup {
}, },
error_diagnostic = { error_diagnostic = {
guifg = colors.light_grey, guifg = colors.light_grey,
guibg = colors.black2 guibg = colors.black2,
}, },
-- close buttons -- close buttons