1
0
Fork 0

remove powerline in vim in preparation for term switch

This commit is contained in:
Luca Bilke 2022-08-18 15:00:19 +02:00
commit a6d093b841

View file

@ -102,7 +102,7 @@ components.scrollbar = {
} }
lvim.builtin.lualine.options = { lvim.builtin.lualine.options = {
-- component_separators = { left = '│', right = '│' }, -- component_separators = { left = '│', right = '│' },
section_separators = { left = '', right = '' }, -- section_separators = { left = '', right = '' },
} }
lvim.builtin.lualine.sections = { lvim.builtin.lualine.sections = {
lualine_a = { components.filename }, lualine_a = { components.filename },