Tweak lualine

This commit is contained in:
2025-05-22 17:44:56 -06:00
parent 50306b2f66
commit 50889d2642

View File

@@ -13,18 +13,14 @@ return {
options = { options = {
theme = "onedark", theme = "onedark",
disabled_filetypes = { disabled_filetypes = {
statusline = { "trouble" }, statusline = { "trouble", "qf" },
}, },
section_separators = "", section_separators = "",
component_separators = "", component_separators = "",
globalstatus = true,
}, },
sections = { sections = {
lualine_x = { lualine_x = {
{
lazy_status.updates,
cond = lazy_status.has_updates,
color = { fg = "#ff9e64" },
},
{ "encoding" }, { "encoding" },
{ "fileformat" }, { "fileformat" },
{ "filetype" }, { "filetype" },