changed component seperator in lualine to " "
This commit is contained in:
parent
7f9e987eca
commit
adea7d7f0e
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue