Vim-airline maxline symbol overlaps with % symbol

930 views Asked by At

I am currently using vim-airline with Neovim 0.5.0 for writing small programs although it bothers me that the % symbol and ≡ symbol overlaps with each other at the bottom right.

An example is:

enter image description here

Resizing the window does not help. Is there a way to resize that exact part of the bar so that these two symbols do not converge?

1

There are 1 answers

3
joshua On

You can try let g:airline_symbols.colnr = ' '.

I previously suffered exactly the same problem as you, and I worked it out with the solution above.

I hope this works. Actually, the ' %:' is the column symbol, the maxline symbol occupies two spaces, thus overlapping with the symbol %.