mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: update config bufferline
This commit is contained in:
parent
ab014bb8b5
commit
9762d71c6e
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ return {
|
||||||
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
|
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
|
||||||
bg = { attribute = "bg", highlight = "Normal" },
|
bg = { attribute = "bg", highlight = "Normal" },
|
||||||
},
|
},
|
||||||
|
indicator_visible = {
|
||||||
|
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
|
||||||
|
bg = { attribute = "bg", highlight = "Normal" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue