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:
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?
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 %.