Created
September 18, 2020 01:32
-
-
Save corbob/88791ef380cc7fd3c0fb6e7aa33ce8a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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