-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ltex-ls-plus #48
Comments
Do you know what happens to the upstream? 🤔 I think we can simply change the variable |
A bit more: The folder- and executable names all changed to Not sure what happened to the original upstream, just appears to be inactive and |
Should we create another package named |
Good question. |
Let me just add that I also think that supporting |
As a quick fix, this override seems to do the job for me (if you have a system installation of ltex-ls-plus): (defun lsp-ltex--server-command ()
"Startup command for LTEX language server."
(list (executable-find "ltex-ls-plus")))) edit: And yes, this indicates that a fork is overkill. All the internal settings (e.g., |
Maybe we can just expose the executable name so users can configure it themselves? 🤔 |
Yes, I believe that's a simple thing that will work. But if we later want to add download functionality etc., I think a simple toggle |
I attempted to integrate it into this package, but it turned out to be more challenging than I expected. As a result, I've decided to create a new package and name it lsp-ltex-plus. Sorry if this isn't what you are looking for. 😓 |
Thanks! I think that's totally fine. Users will want to switch to lsp-ltex-plus, so it's good to have a separate package with a corresponding name. Should lsp-ltex development ever start again and not join efforts with lsp-ltex-plus, it's probably annoying to maintain to variants of the package. But all of this is rather unexpected for now... :) |
ltex-ls
doesn't seem to be maintained anymore.ltex-ls-plus
is a quite well maintained fork, already including a range of important updates, bug fixes, and enhancements (most important for me, much fewer HTTP 413 errors when using the premium service, due to smaller request sizes). It's already possible to convincelsp-ltex
to useltex-ls-plus
by manually downloading and placing it in the~/.emacs.d/.cache/lsp/ltex-ls/latest
folder. Everything appears to be compatible, so most likely not much has to be changed.The text was updated successfully, but these errors were encountered: