diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua new file mode 100644 index 0000000..6fb446b --- /dev/null +++ b/after/plugin/lualine.lua @@ -0,0 +1,15 @@ +require("lualine").setup { + options = { + component_separators = { left = "", right = "" }, + extensions = { "fzf", "quickfix" }, + icons_enabled = false, + section_separators = { left = "", right = "" }, + theme = "catppuccin", + }, + + sections = { + lualine_c = { + "lsp_progress", + }, + }, +}