Add installer for nimlsp

Fixes #222
This commit is contained in:
Yasuhiro Matsumoto
2020-10-16 09:34:30 +09:00
parent f359542003
commit c251ddf6b1
3 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -e
nimble install nimlsp

View File

@@ -0,0 +1,9 @@
@echo off
nimble -y --nimbledir=%CD% install nimlsp
echo @echo off ^
call %%~dp0\bin\nimlsp.cmd %%* ^
> nimlsp.cmd

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
nimble -y --nimbledir=$(pwd) install nimlsp
ln -s $(pwd)/bin/nimlsp .