Skip to content

Convenience package for the LTeX Language Server (Spell/Grammar check for LaTex and Markdown)

License

Notifications You must be signed in to change notification settings

sublimelsp/LSP-ltex-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e30c81 · May 26, 2024

History

80 Commits
Aug 14, 2022
Dec 5, 2020
Apr 19, 2024
Dec 8, 2020
Mar 12, 2023
May 26, 2024
Dec 6, 2020
Dec 8, 2020
Apr 19, 2024
Dec 6, 2020
Dec 5, 2020
May 26, 2024

Repository files navigation

Moved to https://github.com/sublimelsp/LSP-ltex-ls

LSP-ltex-ls

Latex/Markdown grammar check support for Sublime's LSP plugin provided through valentjn/ltex-ls.

Installation

  1. Install LSP via Package Control. If you prefer to install valentjn/ltex-ls without java bundled, make sure a x64-version is in path and JAVA_HOME is set.
  2. Install this plugin.
  3. 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

  • Project-specific configuration. From the command palette run Project: Edit Project and add your settings in:

    {
       "settings": {
          "LSP": {
             "ltex-ls": {
                "settings": {
                   // Put your settings here
                }
             }
          }
       }
    }

Language Configuration

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.)