mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Remove separators and icons
This commit is contained in:
parent
fcd565d706
commit
e535cde681
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue