Remove link to older nim plugin. (#25)

This commit is contained in:
web3-developer 2024-09-26 14:17:07 +08:00 committed by GitHub
parent fc747d36e9
commit b924886586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
Most `nim` developers use `vscode`.
* [Nim Extension](https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang) gets you syntax highlighting, goto definition and other modernities
* The older, but less maintained [Nim plugin](https://marketplace.visualstudio.com/items?itemName=kosz78.nim) is an alternative
* To start `vscode` with the correct Nim compiler, run it with `./env.sh code`
* Run nim files with `F6`
* Suggestions, goto and similar features mostly work, but sometimes hang