Lualine: added symbols for separators
This commit is contained in:
parent
5f02bd1851
commit
50b174cb1a
1 changed files with 4 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue