Skip to content

Commit

Permalink
Fixes vim rc error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Apr 16, 2024
1 parent f1f13dc commit 6f4aa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN \
mkdir -p /run/php && chmod 777 /run/php

RUN \
echo "source /usr/share/vim/vim81/defaults.vim" > /etc/vim/vimrc.local && \
echo "source /usr/share/vim/vim82/defaults.vim" > /etc/vim/vimrc.local && \
echo "let skip_defaults_vim = 1" >> /etc/vim/vimrc.local && \
echo "if has('mouse')" >> /etc/vim/vimrc.local && \
echo " set mouse=" >> /etc/vim/vimrc.local && \
Expand Down

0 comments on commit 6f4aa43

Please sign in to comment.