mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
fix(statusline): fix inactive separators
This commit is contained in:
parent
5b127e22dd
commit
456d1f2856
@ -59,6 +59,7 @@ let s:separators = {
|
||||
\ }
|
||||
let s:i_separators = {
|
||||
\ 'arrow' : ["\ue0b1", "\ue0b3"],
|
||||
\ 'curve' : ["\ue0b5", "\ue0b7"],
|
||||
\ 'slant' : ["\ue0b9", "\ue0bb"],
|
||||
\ 'bar' : ['|', '|'],
|
||||
\ 'nil' : ['', ''],
|
||||
|
Loading…
x
Reference in New Issue
Block a user