vim: use github code for gundo and nerdcommenter
parent
5f439e80ea
commit
09a21b55b7
|
@ -32,8 +32,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'scrooloose/syntastic'
|
||||||
|
|
||||||
Plugin 'Gundo'
|
Plugin 'sjl/gundo.vim'
|
||||||
Plugin 'The-NERD-Commenter'
|
Plugin 'scrooloose/nerdcommenter'
|
||||||
|
|
||||||
Plugin 'VisIncr'
|
Plugin 'VisIncr'
|
||||||
endif
|
endif
|
||||||
" }
|
" }
|
||||||
|
@ -151,6 +152,7 @@ nnoremap <leader>d "_d
|
||||||
|
|
||||||
" PLUGINS
|
" PLUGINS
|
||||||
" {
|
" {
|
||||||
|
let g:gundo_prefer_python3 = 1
|
||||||
" gitgutter
|
" gitgutter
|
||||||
let g:gitgutter_realtime = 0
|
let g:gitgutter_realtime = 0
|
||||||
let g:gitgutter_eager = 0
|
let g:gitgutter_eager = 0
|
||||||
|
|
Loading…
Reference in New Issue