Remove separators and icons

This commit is contained in:
Arkaprabha Chakraborty 2023-09-09 11:21:25 +05:30
parent fcd565d706
commit e535cde681
No known key found for this signature in database
GPG key ID: 3A4E2B952EE60E17

View file

@ -5,10 +5,10 @@ end
lualine.setup({
options = {
icons_enabled = true,
icons_enabled = false,
theme = "auto",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
disabled_filetypes = {
statusline = {},
winbar = {},