changeset 519:d919c1590230

Move dirvish loading to init.lua
author zegervdv <zegervdv@me.com>
date Sun, 09 Jan 2022 14:26:16 +0100
parents 784b931c51b7
children f845e2eba7e3
files .chezmoitemplates/config.vim .chezmoitemplates/init.lua
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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')
--- a/.chezmoitemplates/init.lua	Sun Jan 02 18:49:10 2022 +0100
+++ b/.chezmoitemplates/init.lua	Sun Jan 09 14:26:16 2022 +0100
@@ -566,6 +566,8 @@
   use { 'lepture/vim-jinja' }
 end)
 
+vim.cmd [[ packadd vim-dirvish ]]
+
 -- Configuration
 local opt = vim.opt