Commit 0f3bb9bf authored by Hermann Mayer's avatar Hermann Mayer
Browse files

VimRC: Fixed the broken powerline font config.

parent 45b5bdd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ The Linux environment project is a complete bootstrap boilerplate for a
common developer / admin system. It ships a big but flexible bash library
for almost all known shell tasks which are usefull for a day to day basis.
A configurable vim environment is shipped as well. You can setup vim as an
IDE or as a minimal editor.
IDE or as a minimal editor. For those who do, since 13 Aug, 2012.

For [this blog post](http://hermann-mayer.net/blog/bash-als-power-shell-und-vim-als-ide) for screenshots.

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ if has("gui_running")
  " GUI is running or is about to start.
  " Maximize gvim window.
  set lines=999 columns=999
  set guifont=Source\ Code\ Pro
  set guifont=Source\ Code\ Pro\ for\ Powerline
endif

" Suffixes that get lower priority when doing tab completion for filenames.