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:

  1. do not use arrows separators
  2. 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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -