Skip to content

Instantly share code, notes, and snippets.

@yyoncho
Created March 3, 2022 19:42
Show Gist options
  • Save yyoncho/8a5af4e9e346a21a30c4d903c32097ec to your computer and use it in GitHub Desktop.
Save yyoncho/8a5af4e9e346a21a30c4d903c32097ec to your computer and use it in GitHub Desktop.
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