use undotree instead of gundo

This commit is contained in:
Thomas Ruoff
2016-03-01 10:14:52 +01:00
parent b34e07086f
commit f59f9f3b5a

4
vimrc
View File

@@ -14,7 +14,7 @@ Plug 'scrooloose/nerdtree'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --tern-completer' }
Plug 'sjl/gundo.vim'
Plug 'mbbill/undotree'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'scrooloose/nerdcommenter'
@@ -263,7 +263,7 @@ let g:ctrlp_use_caching = 0
nmap <leader>g :IndentGuidesToggle<CR>
"" Gundo
nmap <leader>u :GundoToggle<CR>
nmap <leader>u :UndotreeToggle<CR>
"" YouCompleteMe
let g:ycm_key_list_select_completion = ['<c-j>', '<Down>']