-
**Describe the bug**
I added the extension to the `extensions` list of a `devcontainer.json`. After the devaontainer is loaded, the extension is failing with the following log.
```log
2023-11-1…
-
### Description
I have started a languagetool server in my homeserver. The server works correctly, as I could corroborate by running `curl --data "language=en-US&text=a simple test" http://192.168.1.…
-
Thanks for making this tool!
I'm trying to setup ltex-ls 15.2.0 in emacs with eglot, and it seems to be failing on commands that use external config files: `disableRules`, `addToDictionary`, `hideF…
rynoV updated
10 months ago
-
I get this when opening a LaTeX document. I am using `ltex-ls` and `texlab` LSPs through `mason` and the `ltex_extra` plugin.
```
Error executing vim.schedule lua callback: ...e/nvim/lazy/lsp-stat…
-
First of all thanks for `lsp-ltex`!
I got it running in [mu4e](https://www.djcbsoftware.nl/code/mu/mu4e/)'s `mu4e-compose-mode` on doomemacs with the following steps:
*Before* `(use-package! lsp…
-
Basically, I want to use lsp-ltex in a directory with Spanish content. I put this into the `.dir-local.el` inside the folder
```elisp
;;; Directory Local Variables -*- no-byte-compile:…
-
**Describe the bug**
Error message comes out every time I open a `.tex` file in VS Code "Could not run ltex-ls with Java, please see the output panel 'LTeX Language Client' for details. You might wan…
-
**Describe the bug**
StringIndexOutOfBoundsException
**Steps to reproduce**
Run the command
`(base) computer_name:~ username$ ltex-ls-16.0.0/bin/ltex-cli "filename.tex"`
**Expected behavior**…
-
Could you please help me understand how to use a dictionary defined in a JSON settings file with `ltex-cli`? Here is what I have:
```shell
❯ cat ltex.json
{
"ltex.language": "en-US",
"ltex.…
-
I could set `lsp-ltex-check-frequency` to "manual" but then how could I trigger a manual check? It seems there's command that invokes https://valentjn.github.io/ltex/vscode-ltex/commands.html#ltex-che…