Skip to content

Instantly share code, notes, and snippets.

@corbob
Created September 18, 2020 01:32
Show Gist options
  • Save corbob/88791ef380cc7fd3c0fb6e7aa33ce8a4 to your computer and use it in GitHub Desktop.
Save corbob/88791ef380cc7fd3c0fb6e7aa33ce8a4 to your computer and use it in GitHub Desktop.
function Update-Nvim {
Invoke-WebRequest https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip -OutFile $env:TEMP\nvim.zip
Expand-Archive $env:TEMP\nvim.zip C:\tools\neovim -Force
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment