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 = {
|
||||
theme = custom_gruvbox,
|
||||
section_separators = '',
|
||||
component_separators = ''
|
||||
component_separators = ' '
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue