diagnostic-languageserver
diagnostic-languageserver copied to clipboard
Question: Can I use this to run LanguageTool in server mode?
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
Not support yet, pr is welcome.
For expensive linting I've also suggested https://github.com/iamcco/coc-diagnostic/issues/74. Also still to be done though..