I am using vim-airline to show status line at the bottom in vim editor.
Below is my .vimrc.local file.
and here is how my status line looks like.
Why the symbols are not showing properly?
Your font does not display all unicode characters but that is not a problem.
You need to install a patched font. Instructions can be found in the official powerline documentation. Prepatched fonts can be found in the powerline-fonts repository.
Otherwise you can change the separator by editing your vimrc
, personally I have the following:
" the separator used on the left side
let g:airline_left_sep=''
" the separator used on the right side
let g:airline_right_sep=''
Yes this is no separator. This render the following (with solarized colors):