diff .chezmoitemplates/config.vim @ 519:d919c1590230

Move dirvish loading to init.lua
author zegervdv <zegervdv@me.com>
date Sun, 09 Jan 2022 14:26:16 +0100
parents f0c94c3f5fd9
children f845e2eba7e3
line wrap: on
line diff
--- a/.chezmoitemplates/config.vim	Sun Jan 02 18:49:10 2022 +0100
+++ b/.chezmoitemplates/config.vim	Sun Jan 09 14:26:16 2022 +0100
@@ -12,8 +12,6 @@
 endif
 source $VIMRUNTIME/ftplugin/man.vim
 
-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')