aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2016-09-20 16:44:27 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commite4b3dff4ab6585c94e91b86a81135719c657ca09 (patch)
treefd84d97a04b3d2fcd7595afc823ac4db3c61f663 /vim
parentVim: markdown tabstop=4 (diff)
Added vim-surround
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc.symlink1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink
index 3dcadd4..43197a4 100644
--- a/vim/vimrc.symlink
+++ b/vim/vimrc.symlink
@@ -24,6 +24,7 @@ Plugin 'alisdair/vim-armasm' " ARM Assembly
" Other plugins
Plugin 'terryma/vim-multiple-cursors' " Multiple cursors
Plugin 'scrooloose/syntastic' " Syntastic
+Plugin 'tpope/vim-surround' " cs)] to replace parenthesis pairs, e.g.
call vundle#end()
" End Vundle