Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitallium/zed-ltex
LTeX Language Server support for Zed
https://github.com/vitallium/zed-ltex
ltex zed zed-extension
Last synced: about 1 month ago
JSON representation
LTeX Language Server support for Zed
- Host: GitHub
- URL: https://github.com/vitallium/zed-ltex
- Owner: vitallium
- License: mit
- Created: 2024-08-06T19:05:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T20:30:24.000Z (about 1 month ago)
- Last Synced: 2024-11-15T21:27:09.978Z (about 1 month ago)
- Topics: ltex, zed, zed-extension
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LTeX Language Server
[LTEX Language Server](https://github.com/valentjn/ltex-ls) support for Zed editor
## Configuration
See the [LTeX Language Server documentation](https://valentjn.github.io/ltex/settings.html) for more information on how to configure the LTeX Language Server.
### Changing the language
If you want to use a different language than the default, you can set the
`ltex.language` setting to the language code you want to use. For example, to
use German, you would set the setting to `de`.```jsonc
{
"lsp": {
"ltex": {
"settings": {
"ltex": {
"language": "de"
}
}
}
}
}
```