From a6690a8c63030b1df667eab859bfe327706577dd Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 17 Apr 2023 22:27:02 +0800 Subject: Add targets.vim --- .vim/after/plugin/minpac.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/after/plugin') 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'}) -- cgit v1.2.3