aboutsummaryrefslogtreecommitdiff
path: root/installer/install-lsp4xml.cmd
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-20 23:27:50 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-20 23:27:50 +0900
commite35987fe446aeadab074b6fce1ac47db447344e1 (patch)
treecedf50157c24b381a48d93df08ad7ca3b940561c /installer/install-lsp4xml.cmd
parent28352cd81bf6340f129af249328d072fb031b183 (diff)
downloadvim-lsp-settings-e35987fe446aeadab074b6fce1ac47db447344e1.tar.gz
vim-lsp-settings-e35987fe446aeadab074b6fce1ac47db447344e1.tar.bz2
vim-lsp-settings-e35987fe446aeadab074b6fce1ac47db447344e1.zip
Add installers
Diffstat (limited to 'installer/install-lsp4xml.cmd')
-rw-r--r--installer/install-lsp4xml.cmd14
1 files changed, 14 insertions, 0 deletions
diff --git a/installer/install-lsp4xml.cmd b/installer/install-lsp4xml.cmd
new file mode 100644
index 0000000..966a3b7
--- /dev/null
+++ b/installer/install-lsp4xml.cmd
@@ -0,0 +1,14 @@
+@echo off
+
+cd %~dp0
+if exist "..\servers\lsp4xml" rd /S /Q "..\servers\lsp4xml"
+md "..\servers\lsp4xml"
+cd "..\servers\lsp4xml"
+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
+