Plugin 'ram-z/vimwiki'
Plugin 'rdnetto/ycm-generator'
Plugin 'scrooloose/syntastic'
+Plugin 'sgeb/vim-diff-fold'
Plugin 'shougo/unite.vim'
Plugin 'shougo/vimproc.vim'
Plugin 'sjl/gundo.vim'
Plugin 'vim-latex/vim-latex'
Plugin 'alx741/vinfo'
Plugin 'derekwyatt/vim-protodef'
-Plugin 'sgeb/vim-diff-fold'
" needs editing colorscheme
" Plugin 'jeaye/color_coded'
" Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
let g:unite_source_grep_recursive_opt = ''
end
nnoremap <silent> [unite]a :<C-u>Unite grep:.::\12\17<CR>
+nnoremap <silent> [unite]A :<C-u>Unite grep:.:-w:\12\17<CR>
command! -nargs=1 Ag Unite grep:.::<args>
" unite-file_rec {{{3
endif
endfunction
command! Cd cd %:h
-command! Cr execute('cd ' . FindGitDirOrHome())
+command! Cdr execute('cd ' . FindGitDirOrHome())
command! LCd lcd %:h
-command! LCr execute('lcd ' . FindGitDirOrHome())
+command! LCdr execute('lcd ' . FindGitDirOrHome())
" vim:set et sw=2 ts=2 tw=78: