From e066d1830d496c5a7feb90617885fa636027bd0b Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 26 Apr 2022 00:36:14 +0800 Subject: [PATCH] fix(docker): keep all plugins --- docker/Dockerfile.nvim-python3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.nvim-python3 b/docker/Dockerfile.nvim-python3 index d7e5736c6..71a8eb36a 100644 --- a/docker/Dockerfile.nvim-python3 +++ b/docker/Dockerfile.nvim-python3 @@ -52,7 +52,7 @@ RUN curl https://raw.githubusercontent.com/SpaceVim/SpaceVim/master/docker/init. RUN curl -sLf https://spacevim.org/install.sh | bash -RUN nvim --headless +'call dein#install()' +qall +RUN nvim --headless +'call dein#install#_update([], "install", v:false)' +qall RUN rm $HOME/.SpaceVim.d/init.toml