mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update Kotlin LSP to 1.3.7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set VERSION=1.3.3
|
||||
set VERSION=1.3.7
|
||||
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/%VERSION%/server.zip"
|
||||
call "%~dp0\run_unzip.cmd" server.zip
|
||||
del server.zip
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
version="1.3.3"
|
||||
version="1.3.7"
|
||||
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/$version/server.zip"
|
||||
unzip server.zip
|
||||
rm server.zip
|
||||
|
||||
Reference in New Issue
Block a user