Skip to content

Commit

Permalink
use neovim with a /usr/local/bin link to vim
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Dec 30, 2018
1 parent b862cc9 commit 65a55b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,8 +1,8 @@
FROM greyltc/archlinux
RUN pacman -Syu --noconfirm nodejs npm openssh pm2 vim && \
RUN pacman -Syu --noconfirm nodejs npm openssh pm2 neovim git && \
ssh-keygen -A && \
/bin/sshd && \
mkdir -p /root/.ssh && \
chown -R root.root /root/.ssh && \
chmod 700 -R /root/.ssh && \
npm install -g parcel-bundler
ln -s /bin/nvim /usr/local/bin/vim && \

0 comments on commit 65a55b4

Please sign in to comment.