diff options
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 2 |
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') |