mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
11 lines
234 B
Batchfile
11 lines
234 B
Batchfile
@echo off
|
|
|
|
curl -LO "https://dl.bintray.com/lsp4xml/releases/org/lsp4xml/org.eclipse.lsp4xml/0.9.1/org.eclipse.lsp4xml-0.9.1-uber.jar"
|
|
|
|
echo @echo off ^
|
|
|
|
java -jar %%~dp0\org.eclipse.lsp4xml-0.9.1-uber.jar ^
|
|
|
|
> lsp4xml.cmd
|
|
|