diff options
author | Guangxiong Lin <[email protected]> | 2022-09-10 14:01:16 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-10 14:02:59 +0800 |
commit | 946e780e74436f7a31fae5c5348d892b3e65abd9 (patch) | |
tree | 09a981b79a81317331dd2cb7e56ccef6b25f2d1a /.vim | |
parent | be14656620611acbedf59d6f5e52739459a59c00 (diff) | |
download | dotfiles-946e780e74436f7a31fae5c5348d892b3e65abd9.tar.gz dotfiles-946e780e74436f7a31fae5c5348d892b3e65abd9.tar.bz2 dotfiles-946e780e74436f7a31fae5c5348d892b3e65abd9.zip |
Add vim-matchup
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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'}) |