add some lualine separator options
This commit is contained in:
parent
0a7631595f
commit
eb34e6276b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
theme = 'tokyonight',
|
theme = 'tokyonight',
|
||||||
|
component_separators = { left = '', right = '' },
|
||||||
|
section_separators = { left = '', right = '' },
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
'toggleterm',
|
'toggleterm',
|
||||||
|
|
Loading…
Add table
Reference in a new issue