summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
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'