diff options
author | June McEnroe <programble@gmail.com> | 2014-07-15 14:20:35 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-07-15 14:20:35 -0400 |
commit | e7346990afdc363b7875c88b6957766fd359a90a (patch) | |
tree | 2eacce69d6906c4fa847db132e93f8e9e3f7017d | |
parent | Add gf and gbl git aliases (diff) | |
download | src-e7346990afdc363b7875c88b6957766fd359a90a.tar.gz src-e7346990afdc363b7875c88b6957766fd359a90a.zip |
Add vim-exchange
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index 9161e970..06cc5966 100644 --- a/.vimrc +++ b/.vimrc @@ -276,6 +276,8 @@ Plug 'tpope/vim-speeddating' Plug 'tpope/vim-eunuch' " Highlight color values with their color in CSS. Plug 'ap/vim-css-color' +" Swap two selections. +Plug 'tommcdo/vim-exchange' " Language support. Plug 'digitaltoad/vim-jade' |