diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua index fdf27a1..dab4c63 100644 --- a/after/plugin/lualine.lua +++ b/after/plugin/lualine.lua @@ -3,4 +3,18 @@ if not status_ok then return end -lualine.setup {} +lualine.setup { + options = { + component_separators = { left = "", right = "" }, + extensions = { "fzf", "quickfix" }, + icons_enabled = false, + section_separators = { left = "", right = "" }, + theme = "catppuccin", + }, + sections = { + lualine_c = { + "filename", + "lsp_progress", + }, + }, +}