vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.04k stars 349 forks source link

Overlapping UI elements #264

Closed SinTan1729 closed 2 years ago

SinTan1729 commented 2 years ago

environment

actual behavior

Overlapping areas.

expected behavior

Should be perfect.

screen shot (if possible)

This is using the minimalist theme (look at extreme right). Similar things happen with all other themes. image

chrisbra commented 2 years ago

this is most likely an issue with your font. Please try a different one.

SinTan1729 commented 2 years ago

I've tried using Noto Mono and Source Code Pro (this screenshot is using SCP). Both have the same issue. Can you suggest a font to try (i.e. that you know works)?

chrisbra commented 2 years ago

No, I cannot. Alternatively, try to use a different colnr symbol:

let g:airline_symbols.colnr = ' '

Or just use any other symbol you like.

SinTan1729 commented 2 years ago

let g:airline_symbols.colnr = ' '

This seems to have done the trick.