Files
dotfiles/dot_vim/plugged/vim-lsp-settings/installer/executable_install-ols.sh

7 lines
134 B
Bash

#!/bin/sh
set -e
git clone --depth=1 https://github.com/DanielGavin/ols_
cd ols_ && ./build.sh && cp ols .. && cd .. && rm -rf ols_