diff --git a/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua b/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua index 992c9d8..5957b5f 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua @@ -15,17 +15,17 @@ return { require("lualine").setup(opts) end, opts = { - -- options = { - -- component_separators = { left = "", right = "" }, - -- section_separators = { left = "", right = "" }, - -- }, - sections = { - lualine_a = { sources.mode }, - lualine_b = { sources.branch, sources.diff }, - lualine_c = { sources.filetype, sources.macro }, - lualine_x = { sources.lsp, sources.diagnostics }, - lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, - lualine_z = { sources.progress, sources.location }, + options = { + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, }, + -- sections = { + -- lualine_a = { sources.mode }, + -- lualine_b = { sources.branch, sources.diff }, + -- lualine_c = { sources.filetype, sources.macro }, + -- lualine_x = { sources.lsp, sources.diagnostics }, + -- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, + -- lualine_z = { sources.progress, sources.location }, + -- }, }, }