diff options
author | June McEnroe <programble@gmail.com> | 2013-11-10 14:57:28 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-10 14:57:28 -0500 |
commit | 738664b118131d13126d3d6a0e4126b5f9e874e9 (patch) | |
tree | 6a35b827aae5fe2564459b6f4de3c222a3d684bf | |
parent | Add vim-surround (diff) | |
download | src-738664b118131d13126d3d6a0e4126b5f9e874e9.tar.gz src-738664b118131d13126d3d6a0e4126b5f9e874e9.zip |
Add vim-endwise
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index d7d47704..9a9a4813 100644 --- a/.vimrc +++ b/.vimrc @@ -163,6 +163,7 @@ Plug 'programble/itchy.vim' Plug 'programble/jellybeans.vim' Plug 'sickill/vim-pasta' Plug 'tpope/vim-commentary' +Plug 'tpope/vim-endwise' Plug 'tpope/vim-markdown' Plug 'tpope/vim-ragtag' Plug 'tpope/vim-surround' |