diff options
author | June McEnroe <june@causal.agency> | 2014-07-15 14:20:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-07-15 14:20:35 -0400 |
commit | 69069d61a5e5051c22bf3e497a815776a44803cd (patch) | |
tree | bd743533e78476cf3f497779fe66a4f9dcba5725 | |
parent | Add gf and gbl git aliases (diff) | |
download | src-69069d61a5e5051c22bf3e497a815776a44803cd.tar.gz src-69069d61a5e5051c22bf3e497a815776a44803cd.zip |
Add vim-exchange
-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' |