Enable powerline fonts for vim-airline

This commit is contained in:
lhark 2015-12-25 21:58:11 +01:00
parent 27ed1bc9dc
commit fe7d0d3139

2
vimrc
View file

@ -391,6 +391,8 @@ if (version <= 702)
else
set cryptmethod=blowfish
endif
"[airline plugin config]"
let g:airline_powerline_fonts=1
"[Make the scripts executable]"
function! ChangeScriptMode()
if getline(1) =~ "#!"