mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update elixir-ls version to 0.18.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set VERSION=v0.15.1
|
||||
set VERSION=v0.18.1
|
||||
set ZIP=elixir-ls-%VERSION%.zip
|
||||
curl -L -o "%ZIP%" "https://github.com/elixir-lsp/elixir-ls/releases/download/%VERSION%/%ZIP%"
|
||||
call "%~dp0\run_unzip.cmd" "%ZIP%"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
version="v0.15.1"
|
||||
version="v0.18.1"
|
||||
zip="elixir-ls-$version.zip"
|
||||
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
|
||||
curl -L -o "$zip" "$url"
|
||||
|
||||
Reference in New Issue
Block a user