mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
183 B
Batchfile
6 lines
183 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=0.0.12
|
|
curl -L "https://github.com/juliosueiras/terraform-lsp/releases/download/v%VERSION%/terraform-lsp_%VERSION%_windows_amd64.tar.gz" | tar xz
|