mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
nimble -y --nimbledir=$(pwd) install nimlsp
|
|
ln -s $(pwd)/bin/nimlsp .
|