aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 54593ad..b63bbfa 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -50,6 +50,11 @@ function! InitMinpac() abort
call minpac#add('https://github.com/junegunn/vim-easy-align')
call minpac#add('https://github.com/romainl/vim-qf.git')
call minpac#add('https://github.com/tpope/vim-scriptease.git')
+ call minpac#add('https://github.com/Konfekt/FastFold', {'type': 'start'})
+
+ " Add end after if, do, def in Ruby.
+ " Add endif, endfunction in Vimscript.
+ call minpac#add('https://github.com/tpope/vim-endwise', {'type': 'start'})
call minpac#add('https://github.com/tpope/vim-commentary')
call minpac#add('https://github.com/tpope/vim-eunuch.git')