Skip to content

Commit

Permalink
Use ~/.vim/vimrc instead of ~/.vimrc. (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer authored Nov 19, 2019
1 parent f7b9b3b commit 82d6556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.repro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ultisnips:${BASE_IMAGE}
RUN curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

ADD docker/docker_vimrc.vim /root/.vimrc
ADD docker/docker_vimrc.vim /root/.vim/vimrc
RUN vim -c 'PlugInstall | qa'

ADD docker/snippets /root/.vim/UltiSnips

0 comments on commit 82d6556

Please sign in to comment.