feat: update lualine config

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 207d41651a
commit 591fbe55f4

View file

@ -8,6 +8,21 @@ return {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = "tokyonight", theme = "tokyonight",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
sections = {
lualine_c = {
{
"filename",
file_status = true,
path = 1,
symbols = {
modified = "",
},
},
},
lualine_x = { "filetype" },
}, },
}, },
}, },