Files
dotfiles/dot_vim/plugged/vim-lsp-settings/installer/install-ols.cmd

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