Skip to content

Commit

Permalink
Airline: Disabling Powerline Fonts and Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbwlkr committed Aug 24, 2013
1 parent a91ade3 commit b4f2be7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
set statusline+=%=%-14.(%l,%c%V%)\ %p%% " Right aligned file nav info

let g:airline_theme='powerlineish' " airline users use the powerline theme
let g:airline_powerline_fonts=1 " and the powerline fonts
endif

set backspace=indent,eol,start " Backspace for dummies
Expand Down
12 changes: 12 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ For example this screen shot demonstrates pressing `,,w`

![easymotion image][easymotion-img]

## [Airline]

Airline provides a lightweight themable statusline with no external dependencies. By default it uses the symbols `<` and `>` as separators for different statusline sections but can be configured to use the same symbols as [Powerline]. An example with and without powerline symbols is shown here:

![airline image][airline-img]

To enable powerline symbols first install one of the [Powerline Fonts] or patch your favorite font using the provided instructions. Configure your terminal, MacVim, or Gvim to use the desired font. Finally add `let g:airline_powerline_fonts=1` to your `.vimrc.local`.

## Additional Syntaxes

spf13-vim ships with a few additional syntaxes:
Expand Down Expand Up @@ -466,6 +474,9 @@ Here's some tips if you've never used VIM before:
[Matchit]:http://www.vim.org/scripts/script.php?script_id=39
[Tabularize]:https://github.com/godlygeek/tabular
[EasyMotion]:https://github.com/Lokaltog/vim-easymotion
[Airline]:https://github.com/bling/vim-airline
[Powerline]:https://github.com/lokaltog/powerline
[Powerline Fonts]:https://github.com/Lokaltog/powerline-fonts

[spf13-vim-img]:https://i.imgur.com/UKToY.png
[spf13-vimrc-img]:https://i.imgur.com/kZWj1.png
Expand All @@ -475,3 +486,4 @@ Here's some tips if you've never used VIM before:
[nerdtree-img]:https://i.imgur.com/9xIfu.png
[phpmanual-img]:https://i.imgur.com/c0GGP.png
[easymotion-img]:https://i.imgur.com/ZsrVL.png
[airline-img]:https://i.imgur.com/sU0PG5P.png

0 comments on commit b4f2be7

Please sign in to comment.