mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
11 lines
118 B
Bash
Executable File
11 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
git clone https://git.sr.ht/~xerool/fennel-ls src
|
|
cd src/
|
|
make
|
|
cp fennel-ls ../
|
|
cd ../
|
|
rm -rf src/
|