mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
7 lines
235 B
Batchfile
7 lines
235 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/latest/download/texlab-x86_64-windows.zip"
|
|
call "%~dp0\run_unzip.cmd" texlab-x86_64-windows.zip
|
|
del texlab-x86_64-windows.zip
|