|
@@ -11,6 +11,7 @@ styles.none = {
|
|
|
style = "none",
|
|
|
options = {
|
|
|
theme = "auto",
|
|
|
+ globalstatus = true,
|
|
|
icons_enabled = lvim.use_icons,
|
|
|
component_separators = { left = "", right = "" },
|
|
|
section_separators = { left = "", right = "" },
|
|
@@ -40,6 +41,7 @@ styles.default = {
|
|
|
style = "default",
|
|
|
options = {
|
|
|
theme = "auto",
|
|
|
+ globalstatus = true,
|
|
|
icons_enabled = lvim.use_icons,
|
|
|
component_separators = { left = "", right = "" },
|
|
|
section_separators = { left = "", right = "" },
|