From f948029b977002e5885ee5c08e1c8c4499c61ee6 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Thu, 23 May 2019 09:47:23 -0400 Subject: [PATCH] Includes relevant vim plugins for use. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index dee2f2f..f56c36d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN git clone https://github.com/amdavidson/dotfiles.git /home/amdavidson/.dotfi cd /home/amdavidson/.dotfiles && \ stow -t /home/amdavidson zsh git vim tmux +RUN vim +"PlugInstall --sync" +qa + CMD ["/usr/bin/zsh"]