Remove active buffer italics in heirline

This commit is contained in:
2024-02-21 10:51:32 +01:00
parent 1306fba6cf
commit 9c42072c6b

View File

@@ -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,
},
}