Adding align plugin for vim

This commit is contained in:
Hunter Haugen 2012-06-14 12:23:55 -07:00
parent ad4c2a75c9
commit dcd514fd00
3 changed files with 6 additions and 2 deletions

4
.vimrc
View file

@ -1129,8 +1129,8 @@ endif
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " Linux/MacOSX
set wildignore+=tmp\*,*.swp,*.zip,*.exe " Windows
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*
let g:ctrlp_working_path_mode = 0
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$',
let g:ctrlp_working_path_mode = 1
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$'
noremap <Leader>p :CtrlPBuffer<CR>
noremap <Leader>P :CtrlPCurFile<CR>