Reputation: 1241
I'm using vim-airline in order to style my status bar, but I can't have it as it should be. This is how it's looking now:
This is how it should look:
You can see that purple areas are not 'sharp-pointed' to the right or the left. What do you think is happening?
Upvotes: 0
Views: 563
Reputation: 32066
For the nice looking powerline symbols to appear, you will need to install a patched font. Instructions can be found in the official powerline documentation. Prepatched fonts can be found in the powerline-fonts repository.
https://github.com/bling/vim-airline
Upvotes: 2