Hi, I would like to know what configuration I should add to /.vimrc so that the Powerline sources work correctly in Vim, from the terminal. My configuration is this and I would prefer it to look like the second image.
execute pathogen#infect()
syntax on
filetype plugin indent on
set wrap
set mouse=a
set number
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_buffers = 0
let g:airline#extensions#tabline#show_tabs = 1
set encoding=utf-8
set guifont=ProFont\ for\ Powerline:h12
let g:Powerline_symbols = 'fancy'
set encoding=utf-8
set t_Co=256
set fillchars+=stl:\ ,stlnc:\
set term=xterm-256color
set termencoding=utf-8
I already have the Powerline fonts, add them to the cache, but it still looks like this
I would prefer these symbols to be seen.
Any suggestions?