📅 2013-Jul-12 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ fonts, plugin, statusline, vim, vim-airline, vim-powerline ⬩ 📚 Archive
vim-airline is a newer and lighter alternative to the vim-powerlinee plugin. It shows a beautiful and informative statusline in Vim.
Installation
The vim-airline plugin can be installed for Pathogen by cloning its Github repository.
Fancy symbols
vim-airline can display those fancy symbols in the statusline in just a few steps:
Download the powerline-fonts that have been patched to have the fancy powerline symbols.
In the downloaded fonts, find the font that you use for your terminal and copy over those fonts to ~/.fonts
Install the fonts using: fc-cache -vf ~/.fonts
Once installed, configure your terminal to use these fonts. For GNOME Terminal, this can be done in Edit > Profile Preferences > General.
Enable fancy symbols by adding this line to your vimrc: let g:airline_powerline_fonts=1
Tried with: Vim 7.3 and Ubuntu 12.04 LTS