384 current 2024-04-17 17:03:48 24.05.20240416.5672bc9 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-17 17:03:56 -04:00
parent 3d800f9621
commit 8e827505bf
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -14,7 +14,7 @@ return {
require("lualine").setup(opts) require("lualine").setup(opts)
end, end,
-- opts = { opts = {
-- options = { -- options = {
-- component_separators = { left = "", right = "" }, -- component_separators = { left = "", right = "" },
-- section_separators = { left = "", right = "" }, -- section_separators = { left = "", right = "" },
@ -27,5 +27,5 @@ return {
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, -- lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
-- lualine_z = { sources.progress, sources.location }, -- lualine_z = { sources.progress, sources.location },
-- }, -- },
-- }, },
} }