Add Tim Pope's unimpaired vim plugin

This commit is contained in:
William Carroll 2017-09-15 12:05:26 -04:00
parent 4f9c582506
commit da5a08c0b4

View file

@ -71,6 +71,9 @@ Plugin 'tpope/vim-surround'
" Allows Plugins to be repeated with `.` character
Plugin 'tpope/vim-repeat'
" Pairs of mappings
Plugin 'tpope/vim-unimpaired'
" Seamlessly navigate Vim and Tmux with similar bindings.
Plugin 'christoomey/vim-tmux-navigator'