Lualine: added symbols for separators

This commit is contained in:
pr0c3550r 2023-03-26 14:19:06 +02:00
parent 5f02bd1851
commit 50b174cb1a

View file

@ -12,8 +12,10 @@ return {
require('lualine').setup { require('lualine').setup {
options = { options = {
theme = custom_gruvbox, theme = custom_gruvbox,
section_separators = ' ', component_separators = { left = '', right = ''},
component_separators = ' ' section_separators = { left = '', right = ''},
-- section_separators = ' ',
-- component_separators = ' '
}, },
sections = { sections = {
lualine_a = { lualine_a = {