mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-22 12:14:21 +01:00
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
nimble install nimlsp
|
|
||||||
9
installer/install-nimlsp.cmd
Normal file
9
installer/install-nimlsp.cmd
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
nimble -y --nimbledir=%CD% install nimlsp
|
||||||
|
|
||||||
|
echo @echo off ^
|
||||||
|
|
||||||
|
call %%~dp0\bin\nimlsp.cmd %%* ^
|
||||||
|
|
||||||
|
> nimlsp.cmd
|
||||||
6
installer/install-nimlsp.sh
Normal file
6
installer/install-nimlsp.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
nimble -y --nimbledir=$(pwd) install nimlsp
|
||||||
|
ln -s $(pwd)/bin/nimlsp .
|
||||||
Reference in New Issue
Block a user