nvim: powerline symbols for now
This commit is contained in:
parent
b1bac1daf8
commit
2738e8d6a9
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ require('nvim-treesitter.configs').setup {
|
|||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
component_separators = { left = "\u{2022}", right = "\u{2022}"},
|
||||
section_separators = { left = nil, right = nil},
|
||||
-- section_separators = { left = nil, right = nil},
|
||||
component_separators = { left = "\u{2022}", right = "\u{2022}"}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue