From e535cde681d2f07f407b47f99953473a8444c04f Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 9 Sep 2023 11:21:25 +0530 Subject: [PATCH] Remove separators and icons --- lua/statusline.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/statusline.lua b/lua/statusline.lua index 515443d..c038fdf 100644 --- a/lua/statusline.lua +++ b/lua/statusline.lua @@ -5,10 +5,10 @@ end lualine.setup({ options = { - icons_enabled = true, + icons_enabled = false, theme = "auto", - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, disabled_filetypes = { statusline = {}, winbar = {},