# HG changeset patch # User Meredith Howard # Date 1403852657 14400 # Node ID 4f2a76fb28a3a4455f05e14dd311d37100d6d5a4 # Parent e8d13171bd0f8ea81df7c04a910e52770c19c780 Add vim-unimpaired diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -62,6 +62,7 @@ end Plugin 'majutsushi/tagbar' Plugin 'godlygeek/tabular' Plugin 'tomtom/tcomment_vim' + Plugin 'tpope/vim-unimpaired' Plugin 'danchoi/ri.vim' Plugin 'tpope/vim-fugitive'