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

7bbe122 · May 24, 2023

History

75 Commits
Aug 14, 2022
Dec 5, 2020
Dec 8, 2020
Mar 12, 2023
Dec 16, 2021
Dec 6, 2020
Dec 8, 2020
Aug 14, 2022
Dec 6, 2020
Dec 5, 2020
May 24, 2023

Repository files navigation

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