" load the plugin and indent settings for the detected filetype
filetype plugin indent on
+filetype plugin on
" Opens an edit command with the path of the currently edited file filled in
" Normal mode: <Leader>e
color railscasts
" Directories for swp files
-set backupdir=~/.vim/backup
-set directory=~/.vim/backup
+set backupdir=~/.vim/.backup
+set directory=~/.vim/.backup
" Turn off jslint errors by default
let g:JSLintHighlightErrorLine = 0
set foldnestmax=10
set nofoldenable
set foldlevel=1
+
+" powerline stuff
+let g:Powerline_symbols = 'fancy'