aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/statusline.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/statusline.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua
index 3265b2c..d5a7ad8 100644
--- a/.config/nvim/lua/statusline.lua
+++ b/.config/nvim/lua/statusline.lua
@@ -4,8 +4,8 @@ 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 = "" };
disabled_filetypes = {};