dpelle / vim-LanguageTool

A vim plugin for the LanguageTool grammar checker
281 stars 28 forks source link

Modernize the plugin internals #19

Closed vigoux closed 5 years ago

vigoux commented 5 years ago

First PR in a list of small ones (to come). The objective here is to 'modernize' the plugin by adapting it to new apis, and maybe use async job control of vim and nvim.

Another objective of this PR is to mitigate the performance issue of LT, by using all its functionalities, like ignoring markup...

TODOS:

vigoux commented 5 years ago

@dpelle, do you agree with the TODO list?

vigoux commented 5 years ago

I'm closing this PR as the version of the plugin I run now only supports Neovim, if you want to check it out, it's here : https://github.com/vigoux/LanguageTool.nvim