Enable powerline fonts for vim-airline
This commit is contained in:
parent
27ed1bc9dc
commit
fe7d0d3139
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -391,6 +391,8 @@ if (version <= 702)
|
||||||
else
|
else
|
||||||
set cryptmethod=blowfish
|
set cryptmethod=blowfish
|
||||||
endif
|
endif
|
||||||
|
"[airline plugin config]"
|
||||||
|
let g:airline_powerline_fonts=1
|
||||||
"[Make the scripts executable]"
|
"[Make the scripts executable]"
|
||||||
function! ChangeScriptMode()
|
function! ChangeScriptMode()
|
||||||
if getline(1) =~ "#!"
|
if getline(1) =~ "#!"
|
||||||
|
|
Loading…
Reference in a new issue