|
@@ -11,7 +11,7 @@ styles.none = {
|
|
style = "none",
|
|
style = "none",
|
|
options = {
|
|
options = {
|
|
theme = "auto",
|
|
theme = "auto",
|
|
- icons_enabled = true,
|
|
|
|
|
|
+ icons_enabled = lvim.use_icons,
|
|
component_separators = { left = "", right = "" },
|
|
component_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
disabled_filetypes = {},
|
|
disabled_filetypes = {},
|
|
@@ -40,7 +40,7 @@ styles.default = {
|
|
style = "default",
|
|
style = "default",
|
|
options = {
|
|
options = {
|
|
theme = "auto",
|
|
theme = "auto",
|
|
- icons_enabled = true,
|
|
|
|
|
|
+ icons_enabled = lvim.use_icons,
|
|
component_separators = { left = "", right = "" },
|
|
component_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
disabled_filetypes = {},
|
|
disabled_filetypes = {},
|
|
@@ -69,7 +69,7 @@ styles.lvim = {
|
|
style = "lvim",
|
|
style = "lvim",
|
|
options = {
|
|
options = {
|
|
theme = "auto",
|
|
theme = "auto",
|
|
- icons_enabled = true,
|
|
|
|
|
|
+ icons_enabled = lvim.use_icons,
|
|
component_separators = { left = "", right = "" },
|
|
component_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
section_separators = { left = "", right = "" },
|
|
disabled_filetypes = { "alpha", "NvimTree", "Outline" },
|
|
disabled_filetypes = { "alpha", "NvimTree", "Outline" },
|