aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-09-03 01:20:04 +0800
committerGuangxiong Lin <[email protected]>2023-09-03 01:20:04 +0800
commitf1606f161273f8bdabb256b592dc338de4357682 (patch)
treecebd2eec97bc059635d571786b877935e4cb1a97 /.vim/after/plugin/minpac.vim
parent61954dc2b7985afb43647af40d03bad8aa04f53e (diff)
downloaddotfiles-f1606f161273f8bdabb256b592dc338de4357682.tar.gz
dotfiles-f1606f161273f8bdabb256b592dc338de4357682.tar.bz2
dotfiles-f1606f161273f8bdabb256b592dc338de4357682.zip
Update vim-ledger config
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim2
1 files changed, 1 insertions, 1 deletions
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')