I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
for /f "usebackq" %%V in (`curl -Ls -o nul -w %%{url_effective} https://github.com/hashicorp/terraform-ls/releases/latest`) do set VERSION=%%~nxV
|
||||
curl -L -o terraform-ls_%VERSION%.windows.x86_64.zip "https://github.com/hashicorp/terraform-ls/releases/download/%VERSION%/terraform-ls_%VERSION:~1%_windows_amd64.zip"
|
||||
call "%~dp0\run_unzip.cmd" terraform-ls_%VERSION%.windows.x86_64.zip
|
||||
del terraform-ls_%VERSION%.windows.x86_64.zip
|
||||
Reference in New Issue
Block a user