From eaaca2d462191b69db715ce972eb40736c94e2d0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 28 Feb 2017 20:08:15 -0700 Subject: Adding local copy of vim-options to make building easier/not have to push to master to try new build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 982f446..e1bf6e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,5 +93,7 @@ ADD nvim /root/.config/nvim # Install neovim Modules RUN nvim +PlugInstall +qall RUN nvim +UpdateRemotePlugins +qall +# Add local vim-options, can override the one inside +ADD vim-options /root/.config/nvim/plugged/vim-options # Add isort config, also changes often ADD isort.cfg /root/.isort.cfg -- cgit v1.2.3