Created
May 9, 2018 10:18
-
-
Save adfinlay/7a4d1c62fe172154f852b28de8179bb6 to your computer and use it in GitHub Desktop.
Airline config in .vimrc (Use Fantasque Sans Mono fir PuTTY)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin 'vim-airline/vim-airline' | |
Plugin 'vim-airline/vim-airline-themes' | |
let g:airline_powerline_fonts = 1 | |
if !exists('g:airline_symbols') | |
let g:airline_symbols = {} | |
endif | |
let g:airline_symbols.space = "\ua0" | |
let g:airline#extensions#tabline#enabled = 1 | |
let g:airline#extensions#tabline#show_buffers = 1 | |
let g:airline_theme = 'solarized' | |
let g:airline_solarized_bg='dark' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment