summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/lualine.lua
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-16 02:02:41 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-16 02:02:41 -0400
commit23e0f619463cb6ff4ce82239bc3b888d7fccf319 (patch)
treeee4ceb29c5ca0e0859e0226c74a8b7858387cbec /lua/ben/plugins/lualine.lua
parent17c22a2ec66af3c73834c035659eb2bc687f58c0 (diff)
Major cleanup for macOS developmentneorg
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,