mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
chore: format source code
This commit is contained in:
parent
2cf3e2cac5
commit
a125c388c3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue