mbmjensen / vim

0 stars 0 forks source link

Add a way to grammar check prose #19

Open mbmjensen opened 2 years ago

mbmjensen commented 2 years ago

Ideally this could either work lint style, letting me run it over a selection of lines (or the whole file) and generate a quick fix or location list or it would function more like the built-in spell checker. I think the former is more interesting and would probably have more flexibility since it could use different cli solutions for grammar checking.

mbmjensen commented 2 years ago

One possibility: https://github.com/dpelle/vim-LanguageTool

mbmjensen commented 1 year ago

Probably limited use because unless I can find a grammar checker that runs strictly locally, I cannot use it for work