somini

Results 170 comments of somini

To test it without needing to install LanguageTool locally, use: ```vim let g:neomake_text_languagetool_server = "https://languagetool.org/api" ``` This is not the default because that would send all the plaintext of `text`...

Rebased this to the latest master.

Rebased this to avoid those conflicts. I see that there will be a `process_json` hook which might be interesting to use since I don't handle a malformed JSON output, but...

The failing test is a unused argument to the `'fn'` function.

Having the core in vimscript is good enough for most applications. The GCC output format is used in many places. This kind of ugly hacks are Good Enough, I don't...

Since I'm rebasing, clear the worthless commit and fix typos.