Files
vim-lsp-settings-mirror/installer/install-lsp4xml.cmd
thinca 60a039f6c2 Setup server directory in Vim script
All installer scripts assume invoked at the installing path.
2019-12-31 18:56:18 +09:00

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