feat: update lualine config

This commit is contained in:
Devin Haska 2024-06-17 17:58:17 -07:00
parent 339d648dc4
commit 1494a321f6
No known key found for this signature in database

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