Reputation: 97
I installed Powerline for vim and am using an unpatched font, so it is showing Inequality signs. Is there a way to remove them? Using a patched font doesn't change a thing, powerline still have the same look.
Upvotes: 0
Views: 118
Reputation: 3875
To override the dividers you can put this in your _vimrc
_vimrc
let g:Powerline_dividers_override = ['', '', '', '']
Then you will probably need to run :PowerlineClearCache and restart Vim.
:PowerlineClearCache
Here it is in help.
Upvotes: 1