remove powerline in vim in preparation for term switch
This commit is contained in:
parent
5d85d65c2a
commit
a6d093b841
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue