# HG changeset patch # User zegervdv # Date 1633252870 -7200 # Node ID 5b625df6edf285b287d41c2f22318f86de8ab2d8 # Parent d2b877b4ef8bf30410a576550286ebb84fa348d5 Manually packadd dirvish to force loading before netrw diff -r d2b877b4ef8b -r 5b625df6edf2 .chezmoitemplates/config.vim --- 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') diff -r d2b877b4ef8b -r 5b625df6edf2 .chezmoitemplates/init.lua --- 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 {