Skip to content

Ltex-ls-plus #19

@nrz-DC

Description

@nrz-DC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions