goerwin
goerwin

Reputation: 1241

How to correct the style of the status bar in vim?

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:

enter image description here

This is how it should look:

enter image description here

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

Answers (1)

Andy Ray
Andy Ray

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

Related Questions