comparison .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
comparison
equal deleted inserted replaced
518:784b931c51b7 519:d919c1590230
9 packadd! matchit 9 packadd! matchit
10 packadd! shellmenu 10 packadd! shellmenu
11 endif 11 endif
12 endif 12 endif
13 source $VIMRUNTIME/ftplugin/man.vim 13 source $VIMRUNTIME/ftplugin/man.vim
14
15 packadd vim-dirvish
16 14
17 if has("nvim") 15 if has("nvim")
18 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python') 16 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python')
19 let g:python_host_prog=expand('$HOME/.config/virtualenvs/python2/bin/python') 17 let g:python_host_prog=expand('$HOME/.config/virtualenvs/python2/bin/python')
20 endif 18 endif