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