Nvim: changed style of lualine
This commit is contained in:
parent
2fd4155054
commit
a05894f341
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return {
|
||||||
options = {
|
options = {
|
||||||
theme = custom_gruvbox,
|
theme = custom_gruvbox,
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '▙', right = '▟' },
|
||||||
-- section_separators = ' ',
|
-- section_separators = ' ',
|
||||||
-- component_separators = ' '
|
-- component_separators = ' '
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue