diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 37d1115..6230487 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -58,8 +58,8 @@ return { options = { icons_enabled = true, theme = 'onenord', - component_separators = { left = '', right = '' }, - section_separators = { left = '', right = '' }, + component_separators = { left = '', right = '' }, -- old separators:    + section_separators = { left = '', right = '' }, -- old separators:   disabled_filetypes = { statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree' }, winbar = {},