From 591fbe55f43b5afa99afe5c41d7e3e8159bcb611 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 11:54:48 -0700 Subject: [PATCH] feat: update lualine config --- lua/plugins/ui.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" }, }, }, },