mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
8 lines
114 B
Batchfile
8 lines
114 B
Batchfile
@echo off
|
|
|
|
git clone --depth=1 https://github.com/DanielGavin/ols
|
|
cd ols
|
|
.\build.bat
|
|
copy ols.exe ..
|
|
rd /Q /S ols
|