dpelle / vim-LanguageTool

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

Allow a specific configured program call to start languagetool: #13

Closed stacyharper closed 4 years ago

stacyharper commented 5 years ago

On my distribution, archlinux, the pacman manager allow to install languagetool. The package provide an unified script to start languagetool command, server and gui. This update allow to use vim-languagetool without using the jar file directly.

StanczakDominik commented 5 years ago

I strongly believe this should be merged in! For now, I'm using @Eluminae's fork. Thanks for doing this!