1
0
Fork 0

Configure neovim version

main
Ambrose Chua 2018-03-28 00:00:45 +08:00
parent 184a325358
commit 3e378ab85b
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,6 @@ apk add --no-cache --virtual .build-deps \
curl \
tar
wget "https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz"
wget "https://github.com/neovim/neovim/releases/download/v$NEOVIM_VERSION/nvim-linux64.tar.gz"
tar -C /usr/local -xzf nvim-linux64.tar.gz
rm nvim-linux64.tar.gz

View File

@ -1,5 +1,7 @@
#!/bin/sh
export NEOVIM_VERSION=0.2.2
export GOLANG_VERSION=1.10
export NODE_VERSION=9.9.0