mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
update reason-language-server to v1.7.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
curl -L -o rls-windows.zip "https://github.com/jaredly/reason-language-server/releases/download/1.7.4/rls-windows.zip"
|
||||
curl -L -o rls-windows.zip "https://github.com/jaredly/reason-language-server/releases/download/1.7.5/rls-windows.zip"
|
||||
call "%~dp0\run_unzip.cmd" rls-windows.zip
|
||||
del rls-windows.zip
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ darwin)
|
||||
;;
|
||||
esac
|
||||
|
||||
version="1.7.4"
|
||||
version="1.7.5"
|
||||
url="https://github.com/jaredly/reason-language-server/releases/download/$version/rls-$os.zip"
|
||||
curl -LO "$url"
|
||||
unzip "rls-$os.zip"
|
||||
|
||||
Reference in New Issue
Block a user