mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
10 lines
120 B
Batchfile
10 lines
120 B
Batchfile
@echo off
|
|
|
|
nimble -y --nimbledir=%CD% install nimlsp
|
|
|
|
echo @echo off ^
|
|
|
|
call %%~dp0\bin\nimlsp.cmd %%* ^
|
|
|
|
> nimlsp.cmd
|