debugging - Vim airline customise settings -
in this screenshot of vimrc settings, have installed plugin vim-airline using vundle. after going through airlines docs, found set of lines customise airline.
the problem ones highlighted in red. blue highlighted 1 works fine red 1 not. left 1 same right one. tried using different unicode symbols not work. workaround situation troubling ocd :p.
thanks in advance.
this well-known issue related font (size , family) used in terminal.
for better display, have 2 solutions:
- do not use arrows separators
- configure terminal emulator use patched font right size
if prefer first solution, make sure have code in .vimrc
:
let g:airline_right_sep = "" let g:airline_left_sep = ""
if prefer other solution, take @ this: https://github.com/powerline/fonts
i have used hack font size 11 long time , arrows displayed in editor...
Comments
Post a Comment