aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/statusline.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/statusline.lua')
-rw-r--r--.config/nvim/lua/statusline.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua
index d5a7ad8..a09fda8 100644
--- a/.config/nvim/lua/statusline.lua
+++ b/.config/nvim/lua/statusline.lua
@@ -4,10 +4,10 @@ require("lualine").setup {
options = {
icons_enabled = true;
theme = "auto";
- -- component_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 = "" };
+ -- section_separators = { left = ""; right = "" };
disabled_filetypes = {};
always_divide_middle = true;
globalstatus = false;