Skip to content

Commit 5c6267f

Browse files
author
Kieron Browne
committed
Pin nvim to 0.5.0
nvim-completion is struggling to adapt to the changed API: nvim-lua/completion-nvim#400
1 parent fd68d52 commit 5c6267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ install_nvim() {
186186
apt-get remove -y neovim
187187
fi
188188

189-
url="$(curl -s https://api.github.com/repos/neovim/neovim/releases/latest | jq -r '.assets[] | select(.name == "nvim.appimage") | .browser_download_url')"
189+
url="$(curl -s https://api.github.com/repos/neovim/neovim/releases/tags/v0.5.0 | jq -r '.assets[] | select(.name == "nvim.appimage") | .browser_download_url')"
190190

191191
curl -sL "$url" --output /tmp/nvim
192192
chmod +x /tmp/nvim

0 commit comments

Comments
 (0)