diff .chezmoitemplates/config.vim @ 473:5b625df6edf2

Manually packadd dirvish to force loading before netrw
author zegervdv <zegervdv@me.com>
date Sun, 03 Oct 2021 11:21:10 +0200
parents d2b877b4ef8b
children bed1479d9b10
line wrap: on
line diff
--- a/.chezmoitemplates/config.vim	Sun Oct 03 10:23:25 2021 +0200
+++ b/.chezmoitemplates/config.vim	Sun Oct 03 11:21:10 2021 +0200
@@ -17,6 +17,8 @@
   silent! packadd! snippets
 endif
 
+packadd vim-dirvish
+
 if has("nvim")
   let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python')
   let g:python_host_prog=expand('$HOME/.config/virtualenvs/python2/bin/python')