diff options
author | Guangxiong Lin <[email protected]> | 2023-04-17 22:27:02 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-04-17 22:27:02 +0800 |
commit | a6690a8c63030b1df667eab859bfe327706577dd (patch) | |
tree | 53462386877dce01b7ff7116711fc8f8f991d8ff | |
parent | 61b3690fdc1f406c8bca23b0ac0c56106dc04bfa (diff) | |
download | dotfiles-a6690a8c63030b1df667eab859bfe327706577dd.tar.gz dotfiles-a6690a8c63030b1df667eab859bfe327706577dd.tar.bz2 dotfiles-a6690a8c63030b1df667eab859bfe327706577dd.zip |
Add targets.vim
-rw-r--r-- | .vim/after/plugin/minpac.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index a71ff38..000634a 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -30,6 +30,7 @@ function! InitMinpac() abort call minpac#add('https://github.com/rhysd/vim-lsp-ale.git', {'type': 'opt'}) call minpac#add('https://github.com/andymass/vim-matchup.git', {'type': 'start'}) + call minpac#add('https://github.com/wellle/targets.vim.git', {'type': 'start'}) if has('nvim') call minpac#add('https://github.com/nvim-lua/plenary.nvim', {'type': 'opt'}) |