diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-28 20:08:15 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-28 20:08:15 -0700 |
commit | eaaca2d462191b69db715ce972eb40736c94e2d0 (patch) | |
tree | 0b28582c6d12929c665cbbbf9b88813212ce9ee8 /Dockerfile | |
parent | 6aa1341521deca318f6bb6171fec930632129916 (diff) |
Adding local copy of vim-options to make building easier/not have to
push to master to try new build
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |