1
0
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:
Eric Wong 2024-05-06 17:58:01 +08:00
parent 5b127e22dd
commit 456d1f2856

View File

@ -59,6 +59,7 @@ let s:separators = {
\ }
let s:i_separators = {
\ 'arrow' : ["\ue0b1", "\ue0b3"],
\ 'curve' : ["\ue0b5", "\ue0b7"],
\ 'slant' : ["\ue0b9", "\ue0bb"],
\ 'bar' : ['|', '|'],
\ 'nil' : ['', ''],