diff .chezmoitemplates/init.lua @ 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
line wrap: on
line diff
--- 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