Tweak lualine

This commit is contained in:
Vaclav Uruba 2025-05-22 17:44:56 -06:00
parent 50306b2f66
commit 50889d2642
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

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