From f1606f161273f8bdabb256b592dc338de4357682 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 3 Sep 2023 01:20:04 +0800 Subject: Update vim-ledger config --- .vim/after/plugin/minpac.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/after/plugin/minpac.vim') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 5b7a16f..318e621 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -89,7 +89,7 @@ function! InitMinpac() abort " language specific call minpac#add('https://github.com/habamax/vim-godot.git') - call minpac#add('https://github.com/ledger/vim-ledger.git') + call minpac#add('https://github.com/ledger/vim-ledger.git', {'type': 'start'}) call minpac#add('https://github.com/axvr/org.vim.git') call minpac#add('https://github.com/chr4/nginx.vim') call minpac#add('https://github.com/preservim/vim-markdown') -- cgit v1.2.3