mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
install latest texlab on Windows
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set VERSION=1.8.0
|
||||
curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/download/v%VERSION%/texlab-x86_64-windows.zip"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user