mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
13 lines
287 B
Batchfile
13 lines
287 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
|
|
cd /d %~dp0
|
|
|
|
set server_dir=..\servers\clojure-lsp
|
|
if exist %server_dir% rd /Q /S "%server_dir%"
|
|
md "%server_dir%"
|
|
cd /d "%server_dir%"
|
|
|
|
curl -L -o clojure-lsp.cmd https://github.com/snoe/clojure-lsp/releases/download/release-20191202T142318/clojure-lsp
|