configure lualine separators

This commit is contained in:
Baipyrus 2024-06-01 13:08:59 +02:00
parent 0e848f1dac
commit d0714ea011

View File

@ -6,8 +6,8 @@ return {
options = {
icons_enabled = vim.g.have_nerd_font,
theme = 'catppuccin',
component_separators = '|',
section_separators = ' ',
section_separators = { left = '', right = '' },
component_separators = { left = '', right = '' },
},
},
}