1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 03:57:06 +03:00

Add Kate editor example (#46)

Co-authored-by: oxalica <oxalicc@pm.me>
This commit is contained in:
will-ca 2022-12-24 13:05:06 -08:00 committed by GitHub
parent 1c122ae707
commit 6aa1e29457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,24 @@ Modify the extension's settings in your `settings.json`.
}
```
### Kate with [LSP Client Plugin]
[LSP Client Plugin]: https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-lspclient.html
Add this to your "User Server Settings" in LSP Client configuration:
```json
{
"servers": {
"nix": {
"command": ["nil"],
"url": "https://github.com/oxalica/nil",
"highlightingModeRegex": "^Nix$"
}
}
}
```
## License
"nil" is primarily distributed under the terms of both the MIT