add mundo plugin

This commit is contained in:
Thomas Ruoff
2018-02-26 23:02:06 +01:00
parent 7eed725858
commit aefbf844dc

6
vimrc
View File

@@ -31,6 +31,9 @@ Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rhubarb'
Plug 'airblade/vim-gitgutter'
" undo
Plug 'simnalamburt/vim-mundo'
" appearence
Plug 'itchyny/lightline.vim'
Plug 'morhetz/gruvbox'
@@ -261,6 +264,9 @@ let g:ale_fixers = {
\ 'javascript': ['eslint'],
\}
"" undo
nnoremap <leader>u :MundoToggle
"" lightline
if filereadable(expand("~/.vim/lightline.vim"))
source ~/.vim/lightline.vim