mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
9 lines
306 B
Batchfile
9 lines
306 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
curl -L -o server.zip "https://download-cdn.jetbrains.com/kotlin-lsp/0.252.17811/kotlin-0.252.17811.zip"
|
|
call "%~dp0\run_unzip.cmd" server.zip
|
|
del server.zip
|
|
|
|
curl -L -o kotlin-lsp.cmd "https://raw.githubusercontent.com/Kotlin/kotlin-lsp/refs/heads/main/scripts/kotlin-lsp.cmd"
|