change lualine separators
This commit is contained in:
parent
67e81e2fd5
commit
fd6dd38fe3
|
@ -1,8 +1,8 @@
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
theme = 'tokyonight',
|
theme = 'tokyonight',
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '|', right = '|' },
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = ' ', right = ' ' },
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
'toggleterm',
|
'toggleterm',
|
||||||
|
|
Loading…
Reference in New Issue