changed component seperator in lualine to " "

This commit is contained in:
pr0c3550r 2023-02-17 23:42:25 +01:00
parent 7f9e987eca
commit adea7d7f0e

View file

@ -13,7 +13,7 @@ return {
options = { options = {
theme = custom_gruvbox, theme = custom_gruvbox,
section_separators = '', section_separators = '',
component_separators = '' component_separators = ' '
}, },
sections = { sections = {
lualine_a = {'mode'}, lualine_a = {'mode'},