LSP-ltex-ls-plus
Convenience package for the LTeX Language Server (Spell/Grammar check for LaTex and Markdown)
Details
Installs
- Total 72
- Win 24
- Mac 25
- Linux 23
| Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 3 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 |
| Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 0 | 3 | 4 | 4 | 1 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 3 | 0 | 0 | 2 | 2 | 0 |
Readme
- Source
- raw.githubusercontent.com
LSP-ltex-ls-plus
Latex/Markdown grammar check support for Sublime's LSP plugin provided through ltex-plus/ltex-ls-plus.
Installation
- Install LSP via Package Control.
- Install this package.
- Restart Sublime.
Note: Currently LSP ignores non-workspace files. Add the folder to Sublime Text to enable the Server.
Configuration
Here are some ways to configure the package and the language server.
- From
Preferences > Package Settings > LSP > Servers > LSP-ltex-ls-plus - Project-specific configuration.
From the command palette run
Project: Edit Projectand add your settings in:
{
"settings": {
"LSP": {
"LSP-ltex-ls-plus": {
"settings": {
// Put your settings here
}
}
}
}
}
Language Configuration
- Set the language string in the server settings
- Use magic comments in code, see https://ltex-plus.github.io/ltex-plus/advanced-usage.html
Limitations
This version lacks in comparison to vscode-ltex the possibility to add exceptions (rules, words, …) on a per-project basis. (Maybe added in the future.)