diagnostic-languageserver icon indicating copy to clipboard operation
diagnostic-languageserver copied to clipboard

Question: Can I use this to run LanguageTool in server mode?

Open dpriedel opened this issue 4 years ago • 2 comments

Hi

I have a working setup using vim/coc.nvim/coc-diagnostic to run diagnostic-languageserver for LanguageTool. This runs LanguageTool in commandline mode which means it has to startup every time I want to check something.

Is it possible to have diagnostic-languageserver run LanguageTool in server mode (http or https)?

(I know LTeX does this in VSCode.)

Thanks

dpriedel avatar Mar 02 '21 18:03 dpriedel

Not support yet, pr is welcome.

iamcco avatar Mar 03 '21 03:03 iamcco

For expensive linting I've also suggested https://github.com/iamcco/coc-diagnostic/issues/74. Also still to be done though..

oblitum avatar Aug 20 '21 05:08 oblitum