From 946e780e74436f7a31fae5c5348d892b3e65abd9 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 10 Sep 2022 14:01:16 +0800 Subject: Add vim-matchup --- .vim/after/plugin/minpac.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vim/after/plugin/minpac.vim') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 86545f5..30459f9 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -28,6 +28,8 @@ function! InitMinpac() abort call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-snippets', {'type': 'opt'}) call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-ultisnips', {'type': 'opt'}) + call minpac#add('https://github.com/andymass/vim-matchup.git', {'type': 'start'}) + if has('nvim') call minpac#add('https://github.com/nvim-lua/plenary.nvim', {'type': 'opt'}) call minpac#add('https://github.com/sindrets/diffview.nvim', {'type': 'opt'}) -- cgit v1.2.3