Files
vim-lsp-settings-mirror/installer/install-texlab.cmd
2019-12-31 21:42:20 +09:00

6 lines
225 B
Batchfile

@echo off
curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/download/v1.8.0/texlab-x86_64-windows.zip"
call "%~dp0\run_unzip.cmd" texlab-x86_64-windows.zip
del texlab-x86_64-windows.zip