" 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
" Mapping for TagBar
nmap <F8> :TagbarToggle<CR>
-" Mapping for CommandTBuffer
-map <Leader>t :CtrlP<CR>
-map <Leader>T :CtrlPBuffer<CR>
-map <Leader>R :CtrlPClearCache<CR>
-
" Color Column
set colorcolumn=81
set foldnestmax=10
set nofoldenable
set foldlevel=1
+
+" powerline stuff
+let g:Powerline_symbols = 'fancy'