Updated configuration instructions to include zls config

This commit is contained in:
Alexandros Naskos 2021-04-05 17:04:52 +03:00 committed by GitHub
parent 49a1528e50
commit 9ccee0f82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ zig build -Drelease-safe
### Configuration Options
You can configure zls by providing a zls.json file.
You can configure zls by running `zls config` or manually creating your own `zls.json` configuration file.
zls will look for a zls.json configuration file in multiple locations with the following priority:
- In the local configuration folder of your OS (as provided by [known-folders](https://github.com/ziglibs/known-folders#folder-list))
- In the global configuration folder of your OS (as provided by [known-folders](https://github.com/ziglibs/known-folders#folder-list))