comparison .chezmoitemplates/config.vim @ 473:5b625df6edf2

Manually packadd dirvish to force loading before netrw
author zegervdv <zegervdv@me.com>
date Sun, 03 Oct 2021 11:21:10 +0200
parents d2b877b4ef8b
children bed1479d9b10
comparison
equal deleted inserted replaced
472:d2b877b4ef8b 473:5b625df6edf2
14 14
15 if has('packages') 15 if has('packages')
16 silent! packadd! log_file 16 silent! packadd! log_file
17 silent! packadd! snippets 17 silent! packadd! snippets
18 endif 18 endif
19
20 packadd vim-dirvish
19 21
20 if has("nvim") 22 if has("nvim")
21 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python') 23 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python')
22 let g:python_host_prog=expand('$HOME/.config/virtualenvs/python2/bin/python') 24 let g:python_host_prog=expand('$HOME/.config/virtualenvs/python2/bin/python')
23 endif 25 endif