612 current 2024-05-14 19:03:37 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 19:03:42 -04:00
parent 504cae0c29
commit 3d80b2b034
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -19,13 +19,16 @@ return {
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },
}, },
-- sections = { sections = {
-- lualine_a = { sources.mode }, lualine_x = {
-- lualine_b = { sources.branch, sources.diff }, "rest",
-- lualine_c = { sources.filetype, sources.macro }, },
-- lualine_x = { sources.lsp, sources.diagnostics }, -- lualine_a = { sources.mode },
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, -- lualine_b = { sources.branch, sources.diff },
-- lualine_z = { sources.progress, sources.location }, -- 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 },
},
}, },
} }