Closed devinus closed 10 years ago
Hm…
I'd say that you can override those 3 lines in your ~/.vim/after.vimrc
.
Let me know if it fits your need.
@AdrienGiboire Negative. Airline requires let g:airline_powerline_fonts = 1
before it is loaded, however those 3 lines will overwrite it once the vimrc is loaded.
My recommendation is to check if those values are already set before setting them, like Airline does.
Seems a good recommendation :) I'll take care of it as soon as I can. If you have a bit of time before me, you can make a PR if you want.
Should be okay with https://github.com/zaiste/vimified/pull/91
Airline has an option to use fancy Powerline symbols using this configuration option:
However, vimified uses these three lines:
https://github.com/zaiste/vimified/blob/master/vimrc#L106-L108
Which doesn't allow you to use the symbols:
https://github.com/bling/vim-airline/blob/master/autoload/airline/init.vim#L14