vim-grammarous icon indicating copy to clipboard operation
vim-grammarous copied to clipboard

A powerful grammar checker for Vim using LanguageTool.

Results 51 vim-grammarous issues
Sort by recently updated
recently updated
newest added

Command: languagetool --enablecategories PUNCTUATION -d WHITESPACE_RULE,EN_QUOTES -c utf-8 -l en --api /var/folders/tp/r3zsq66s6yv7qcyj5zf63pqc0000gp/T/vCSNviV/5 vim-grammarous: Grammar check failed with exit status 122:

Without the `` prefix the example does not work.

It would be nice to have support for mark-up language like _latex_ or _markdown_. Using _grammarous_ with those languages raise a lot of error due to the tag and automatic...

I am having some issues navigating through errors. And just wanted to ask, what is exactly the information window? Is it a buffer, a location-list, a quickfix-list? How do I...

I want to use this plug in. I use `vimplug` as a plugin manager what is the command I have to add in my plugin block ``` call plug#begin('~/.vim/plugged') "...

I've been having issues with Grammarous failing on some Latex files. I'm using yalafi-grammarous to pre-process the latex. Normally everything works fine--but sometimes I have issues. By trial and elimination,...

LanguageTool can be run via a docker container, and exposed via a TCP port. Please enhance to allow using LanguageTool without it installed but via a server. https://github.com/languagetool-org/languagetool lists a...

Adds previously missing installation instructions Please review: @rhysd

Thanks for your plugin. I wanted to ignore words, since I am writing technical documentation in German that uses a lot of specific vocabulary. This is the solution I came...