commit c5b93cfa9b5712e793c6ab195eae6c5170f97a52
parent 35b786e4e76ac3ace1d0c88c57138ebbfbb79a44
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 27 Mar 2018 11:19:23 -0400
Add vim-abolish
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -32,12 +32,13 @@ Plug 'lukhio/adVIMsor', { 'on': 'AdVIMsorEnable' } " checks with :AdVIMsor*
"""""" Buffer motion """"""
Plug 'christoomey/vim-tmux-navigator' " seamless tmux pane/vim window navigation
Plug 'junegunn/vim-slash' " clear highlight when moving cursor
-Plug 'justinmk/vim-sneak' " move cursor s{char}{char}, S{char}{char}
+Plug 'justinmk/vim-sneak' " move cursor s{char}{char}, use cl for sub
"""""" Text editing """"""
Plug 'tpope/vim-surround' " modify surrounding symbols
Plug 'tpope/vim-repeat' " repeat plugin bindings with .
Plug 'tpope/vim-commentary' " comment line with gcc, motion with gc
+Plug 'tpope/vim-abolish' " :%Subvert/facilit{y,ies}/building{,s}/g
Plug 'junegunn/vim-easy-align' " align in columns (select > return > space)
Plug 'reedes/vim-litecorrect' " autocorrect common typos
Plug 'reedes/vim-pencil' " used for line wrapping in mails