Skip to content

Commit

Permalink
Pin nvim to 0.5.0
Browse files Browse the repository at this point in the history
nvim-completion is struggling to adapt to the changed API: nvim-lua/completion-nvim#400
  • Loading branch information
Kieron Browne committed Oct 5, 2021
1 parent fd68d52 commit 5c6267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ install_nvim() {
apt-get remove -y neovim
fi

url="$(curl -s https://api.github.com/repos/neovim/neovim/releases/latest | jq -r '.assets[] | select(.name == "nvim.appimage") | .browser_download_url')"
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')"

curl -sL "$url" --output /tmp/nvim
chmod +x /tmp/nvim
Expand Down

0 comments on commit 5c6267f

Please sign in to comment.