summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/lualine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/lualine.lua')
-rw-r--r--lua/ben/plugins/lualine.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/ben/plugins/lualine.lua b/lua/ben/plugins/lualine.lua
index 0cecbf4..ebd4734 100644
--- a/lua/ben/plugins/lualine.lua
+++ b/lua/ben/plugins/lualine.lua
@@ -11,8 +11,10 @@ return {
-- component_separators = { left = "", right = "" },
-- component_separators = { left = "", right = "" },
-- section_separators = { left = "", right = "" },
- section_separators = { left = "▓", right = "▓" },
- component_separators = { left = "░", right = "░" },
+ -- section_separators = { left = "▓", right = "▓" },
+ -- component_separators = { left = "░", right = "░" },
+ section_separators = { left = "", right = "" },
+ component_separators = { left = "", right = "" },
globalstatus = false,
ignore_focus = {},
always_divide_middle = true,