changeset 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 f3a6e8090a2d
files .chezmoitemplates/config.vim .chezmoitemplates/init.lua
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
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')
--- a/.chezmoitemplates/init.lua	Sun Oct 03 10:23:25 2021 +0200
+++ b/.chezmoitemplates/init.lua	Sun Oct 03 11:21:10 2021 +0200
@@ -400,7 +400,7 @@
     }
 
     -- File navigation
-    use { 'justinmk/vim-dirvish' }
+    use { 'justinmk/vim-dirvish', opt = true }
 
     -- Colorscheme
     use {