rhysd / vim-grammarous

A powerful grammar checker for Vim using LanguageTool.
1.1k stars 41 forks source link

Problem: vim-grammarous cannot do background checks #27

Closed sappo closed 7 years ago

sappo commented 8 years ago

Hi,

this is something I like to help with. The lastest version of language-tool offers a REST-JSON API that can be queried simultaniously. Here are some issue I need help with to resolve:

Regards Kevin

rhysd commented 7 years ago

Now vim-grammarous uses Vim8's job feature. It enables asynchronous check in background. Please try the latest.

sappo commented 7 years ago

@rhysd that's great! Are there any incompatibilities with your plugins that you discovered using vim8. I.e. neovim, etc.

rhysd commented 7 years ago

Currently I'm not seeing any regression yet. vim-grammarous only supports Vim8 currently. So in Neovim it still blocks while running a checker.

sappo commented 7 years ago

Sorry, neovim is wrong. I meant neobundle, clever-f, etc

rhysd commented 7 years ago

I'm using neobundle, clever-f,... and it looks working well together 👍