# HG changeset patch # User zegervdv # Date 1641734776 -3600 # Node ID d919c1590230c27e293c8ea5aa6d30e896f558f6 # Parent 784b931c51b796bd7172dc5b580f1087aefc09b0 Move dirvish loading to init.lua diff -r 784b931c51b7 -r d919c1590230 .chezmoitemplates/config.vim --- 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') diff -r 784b931c51b7 -r d919c1590230 .chezmoitemplates/init.lua --- 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