From f3af571e32eb1daf93dae0b3d8213b4730c07465 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 19 Oct 2018 16:51:37 +0000 Subject: Adding vim repeat --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 04566f7..8d8a437 100644 --- a/vimrc +++ b/vimrc @@ -4,6 +4,7 @@ Plug 'w0rp/ale' " Async linting Plug 'tpope/vim-commentary' " Better commenting commands Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text +Plug 'tpope/vim-repeat' " Enable Repeating of plugin maps Plug 'morhetz/gruvbox' " Pretty colorscheme Plug 'francoiscabrol/ranger.vim' " Ranger integration Plug 'ledger/vim-ledger' " Ledger plugin -- cgit v1.2.3