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 = { options = {
icons_enabled = vim.g.have_nerd_font, icons_enabled = vim.g.have_nerd_font,
theme = 'catppuccin', theme = 'catppuccin',
component_separators = '|', section_separators = { left = '', right = '' },
section_separators = ' ', component_separators = { left = '', right = '' },
}, },
}, },
} }