Created
March 3, 2022 19:42
-
-
Save yyoncho/8a5af4e9e346a21a30c4d903c32097ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/yyoncho/langserver | |
cd langserver | |
nimble build --silent | |
export PATH=$PATH:$(pwd) | |
echo $PATH | |
cd .. | |
git clone https://github.com/yyoncho/vscode-nim | |
cd vscode-nim | |
npm install | |
nimble build | |
code . | |
# Press F5 in VScode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment