From 1494a321f6ab614af9d0003b4a21ac594092616e Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:58:17 -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" }, }, }, },