diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index a8c4e1f..4a231dd 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -8,6 +8,21 @@ return { options = { icons_enabled = true, theme = "tokyonight", + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, + }, + sections = { + lualine_c = { + { + "filename", + file_status = true, + path = 1, + symbols = { + modified = "●", + }, + }, + }, + lualine_x = { "filetype" }, }, }, },