Added vim history browsing plugin

This commit is contained in:
2021-10-08 13:14:35 +02:00
parent 5a2b55387e
commit 04472d6731

View File

@@ -8,7 +8,7 @@ endif
" Specify a directory for plugins " Specify a directory for plugins
" - For Neovim: stdpath('data') . '/plugged' " - For Neovim: stdpath('data') . '/plugged'
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'simnalamburt/vim-mundo'
Plug 'mattn/webapi-vim' Plug 'mattn/webapi-vim'
Plug 'junegunn/vim-github-dashboard' Plug 'junegunn/vim-github-dashboard'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
@@ -59,3 +59,4 @@ filetype plugin on
colorscheme nord colorscheme nord
"Keybinds "Keybinds
set pastetoggle=<F3> set pastetoggle=<F3>
nnoremap <F5> :MundoToggle<CR>