From 80380aace77521bea4892028b419729b8fe9555c Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 20 Oct 2023 00:25:03 +0800 Subject: Update vim config --- .vim/after/plugin/minpac.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vim/after/plugin/minpac.vim') 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') -- cgit v1.2.3