mirror of
https://github.com/oxalica/nil.git
synced 2024-11-23 03:57:06 +03:00
parent
1c122ae707
commit
6aa1e29457
18
README.md
18
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user