mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
159 B
Batchfile
6 lines
159 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
echo Downloading helm-ls...
|
|
curl -L -o helm-ls.exe "https://github.com/mrjosh/helm-ls/releases/latest/download/helm_ls_windows_amd64.exe"
|