You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,14 @@ For example this screen shot demonstrates pressing `,,w`
382
382
383
383
![easymotion image][easymotion-img]
384
384
385
+
## [Airline]
386
+
387
+
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:
388
+
389
+
![airline image][airline-img]
390
+
391
+
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`.
392
+
385
393
## Additional Syntaxes
386
394
387
395
spf13-vim ships with a few additional syntaxes:
@@ -466,6 +474,9 @@ Here's some tips if you've never used VIM before:
0 commit comments