From 04472d6731c07c13d583d0c19185b226a3bfc004 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Fri, 8 Oct 2021 13:14:35 +0200 Subject: [PATCH] Added vim history browsing plugin --- vim/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index fff2720..9228ed5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -8,7 +8,7 @@ endif " Specify a directory for plugins " - For Neovim: stdpath('data') . '/plugged' call plug#begin('~/.vim/plugged') - +Plug 'simnalamburt/vim-mundo' Plug 'mattn/webapi-vim' Plug 'junegunn/vim-github-dashboard' Plug 'tpope/vim-fugitive' @@ -59,3 +59,4 @@ filetype plugin on colorscheme nord "Keybinds set pastetoggle= +nnoremap :MundoToggle