README: env.sh - mention usage with text editors
This commit is contained in:
parent
e0d9939f9f
commit
b5f5eff3ee
|
@ -354,6 +354,13 @@ cd vendor/nim-metrics
|
||||||
../../env.sh nimble test
|
../../env.sh nimble test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In order to get autocompletion and code navigation functionality working
|
||||||
|
properly in your text editor, you need the environment variables set by this script:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./env.sh vim
|
||||||
|
```
|
||||||
|
|
||||||
### nimble.sh
|
### nimble.sh
|
||||||
|
|
||||||
Simple script that symlinks the first \*.nimble file it finds to \*.nims and
|
Simple script that symlinks the first \*.nimble file it finds to \*.nims and
|
||||||
|
|
Loading…
Reference in New Issue