diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 28db4bb..aed3456 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -173,8 +173,13 @@ 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 = "" }, + section_separators = { left = " ", right = " " }, + disabled_filetypes = { "TelescopePrompt", "packer",