change lualine separators

This commit is contained in:
vladstojna 2023-06-12 18:09:40 +01:00 committed by vladstojna
parent 67e81e2fd5
commit fd6dd38fe3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require('lualine').setup {
options = {
theme = 'tokyonight',
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
component_separators = { left = '|', right = '|' },
section_separators = { left = ' ', right = ' ' },
},
extensions = {
'toggleterm',