Remove active buffer italics in heirline
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{
|
||||
"AstroNvim/astroui",
|
||||
dependencies = { "astrobox" },
|
||||
opts = {
|
||||
status = {
|
||||
attributes = {
|
||||
buffer_active = { bold = true, italic = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"rebelot/heirline.nvim",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
@@ -83,4 +95,5 @@ return {
|
||||
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user