summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-21 23:11:35 -0500
committerJune McEnroe <june@causal.agency>2012-01-21 23:11:35 -0500
commitdfd897cef6947610953cb0bbff34e2fbe3e3f3a1 (patch)
treec717c16eda77789d4d2e2395a633e323ae828824 /.vimrc
parentAdd quicktask (diff)
downloadsrc-dfd897cef6947610953cb0bbff34e2fbe3e3f3a1.tar.gz
src-dfd897cef6947610953cb0bbff34e2fbe3e3f3a1.zip
Add Powerline
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f711d337..cda825a0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -45,6 +45,7 @@ endif
 set guioptions-=rLtT " Disable tear-off menus, toolbar, scrollbars
 set guifont=Monospace\ 9
 set browsedir=buffer " Open dialog starts in working directory
+let g:Powerline_symbols = 'fancy'
 
 " Jump to the last cursor position when opening
 autocmd BufReadPost *