Skip to content

Commit

Permalink
also make neovim available as vi
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 4, 2019
1 parent 4c83ce6 commit da3279e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -6,4 +6,5 @@ RUN pacman -Syu --noconfirm nodejs npm openssh pm2 neovim git && \
chown -R root.root /root/.ssh && \
chmod 700 -R /root/.ssh && \
ln -s /bin/nvim /usr/local/bin/vim && \
ln -s /bin/nvim /usr/local/bin/vi && \
npm install -g parcel-bundler @snootclub/post-receive

0 comments on commit da3279e

Please sign in to comment.