Any shell command to directly let dein.vim to install plugins?
I want to set up my own (Neo)Vim environment on a docker container. It would be nice if I could install vim plugins on only Dockerfile (without executing nvim
).
Any shell command to directly let dein.vim to install plugins?
I want to set up my own (Neo)Vim environment on a docker container. It would be nice if I could install vim plugins on only Dockerfile (without executing nvim
).
This can be done with
-c
flag.This will open up vim run commands (in this case dein#install and quit)