-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, it's me again. I use this tool a lot.
Well, it appears that the abandonment of https://github.com/valentjn/ltex-ls finally stroke a major blow.
It does not work anymore (the java part of the internal languagetool binary-whatever messes up in a way I am not bothered to understand).
Now the "authoritative" fork of ltex is https://github.com/ltex-plus/ltex-ls-plus that works flawlessly, so the advertised config would be:
(use-package eglot-ltex
:ensure t
:hook (text-mode . (lambda ()
(require 'eglot-ltex)
(eglot-ensure)))
:init
(setq eglot-ltex-server-path "path/to/ltex-ls-plus/bin/ltex-ls-plus"
eglot-ltex-communication-channel 'stdio)) ; 'stdio or 'tcp
jcs090218
Metadata
Metadata
Assignees
Labels
No labels