mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
225 B
Batchfile
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
|