-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Setting ltex.languageToolHttpServerUri for ltex-ls does not seem to be working #2621
Labels
bug
Something isn't working
Comments
find this in log
|
So is this an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.103:8010/v2/check
. However, when adding the optionltex.languageToolHttpServerUri=http://192.168.1.103:8010/
ltex-ls does not perform the check.Neovim version
NVIM v0.9.0
Build type: Release
LuaJIT 2.1.0-beta3
Nvim-lspconfig version
30a2320
Operating system and version
Archlinux
Affected language servers
ltex-ls
Steps to reproduce
Actual behavior
No grammar correction is made.
Expected behavior
The grammar corrections should be performed in the homeserver.
Minimal config
LSP log
https://gist.github.com/cristobaltapia/f3d5db6b86da191432db74862ac8313f
The text was updated successfully, but these errors were encountered: