mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
* Update clojure-lsp repo and version * squash! Update clojure-lsp repo and version for windows * Update install-clojure-lsp.cmd
6 lines
167 B
Batchfile
6 lines
167 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=2021.02.01-20.37.52
|
|
curl -L -o clojure-lsp.cmd https://github.com/clojure-lsp/clojure-lsp/releases/download/%VERSION%/clojure-lsp
|