nvim-lint icon indicating copy to clipboard operation
nvim-lint copied to clipboard

Help setting up LanguageTool

Open mflova opened this issue 2 years ago • 3 comments

I have been trying to set this linter up. From languagetool.lua I could see that the executed command that should retrieve the corrections is languagetool --json --stdin. However, in my case, the languagetoolexecutable I found always opens a separate window with a graphic interface. (And actually this is what happens when I activate this linter through nvim-lint and execute the try_lint command) Where can I get the languagetool version used to implement this neovim integrated version?

mflova avatar Jan 14 '22 16:01 mflova

I also can't get it to work anymore. I think I'll just remove - no idea how you're supposed to call it without starting the GUI.

mfussenegger avatar Jan 20 '22 18:01 mfussenegger

I think the command changed to languagetool-commandline?

pca006132 avatar Jul 21 '22 09:07 pca006132

If they did I'd be happy to merge a PR that updates the linter definition

mfussenegger avatar Aug 05 '22 13:08 mfussenegger

Got a PR here that fixed some stuff - so I assume it is working now: https://github.com/mfussenegger/nvim-lint/pull/396

mfussenegger avatar Oct 12 '23 08:10 mfussenegger