git.r.bdr.sh
/
rbdr
/
dotfiles
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add DS_Store to gitignore
[rbdr/dotfiles]
/
vimrc
diff --git
a/vimrc
b/vimrc
index abda3741333186cf1e8bc2fa685b5227e5063f6f..5ce3d57965845933decc73e23c4f237acb08a446 100755
(executable)
--- a/
vimrc
+++ b/
vimrc
@@
-80,6
+80,7
@@
set backspace=indent,eol,start
" load the plugin and indent settings for the detected filetype
filetype plugin indent on
" 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
" Opens an edit command with the path of the currently edited file filled in
" Normal mode: <Leader>e
@@
-123,8
+124,8
@@
set t_Co=256
color railscasts
" Directories for swp files
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
" Turn off jslint errors by default
let g:JSLintHighlightErrorLine = 0
@@
-146,11
+147,6
@@
endif
" Mapping for TagBar
nmap <F8> :TagbarToggle<CR>
" 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
" Color Column
set colorcolumn=81
@@
-162,3
+158,6
@@
set foldmethod=syntax
set foldnestmax=10
set nofoldenable
set foldlevel=1
set foldnestmax=10
set nofoldenable
set foldlevel=1
+
+" powerline stuff
+let g:Powerline_symbols = 'fancy'