diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-10-19 16:51:37 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-10-19 16:51:54 +0000 |
commit | f3af571e32eb1daf93dae0b3d8213b4730c07465 (patch) | |
tree | 45872180953732c255e20b9b623e0e1aa0a4dd1a | |
parent | abbd5ac2d69bb1806fae50c5fc10c5626e1c9cba (diff) |
Adding vim repeat
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |