diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-09-11 13:23:34 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-09-11 13:23:34 +0100 |
commit | c9e6b19648e8344d430d3322a8a3717595a390c3 (patch) | |
tree | ef2d675f6b4e90a7b1db3c9dcf6454c293ab7629 /vim | |
parent | aed8b6e0bca84363a9766c5355afe5ee4617a315 (diff) |
[Add] Add expand-region plugin
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Plug 'nanotech/jellybeans.vim' Plug 'rdnetto/YCM-Generator', { 'branch' : 'stable' , 'on' : 'YcmGenerateConfig' } Plug 'scrooloose/nerdtree' Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } +Plug 'terryma/vim-expand-region' Plug 'terryma/vim-multiple-cursors' Plug 'tomasr/molokai' Plug 'tommcdo/vim-exchange' |