vim-grammarous
vim-grammarous copied to clipboard
A powerful grammar checker for Vim using LanguageTool.
Would be cool to try this out from a Docker image since I am not prepared to installed Java on my Archlinux system.
``` Error detected while processing function grammarous#check_current_buffer[23]..81_invoke_check: line 39: E121: Undefined variable: lang E116: Invalid arguments for function printf E15: Invalid expression: printf( '-c %s -l %s --api %s', &fileencoding...
Hi, Is there a way to set the background color of a grammarous errors? E.g., set grammarous background to dark orange and keep the red background for spellang?
This PR contains code for fixing wrong highlight due to that vim works with bytes not chars. Should fix #61. Must say that `byteidx` method in vim sometimes return not...
[ltex-ls](https://github.com/valentjn/ltex-ls) seems to be a very robust language server protocol enhanced to use with **LaTex** or **Markdown** files, It works amazingly when using its vscode extension, so, Do you think...
**OS**: Windows Running `:GrammarousCheck` will always attempt to download LanguageTool, and fail due to the spaces in my path (gives an error when trying to create the directory showing the...
Hi, I think I found a bug. Please consider this screenshot:  I can clearly see that the brackets are matched/paired. Why it is complaining it is not? Thanks.
Hi, I have the languagetool installed in windows by [scoop](https://scoop.sh) and it provides a command `languagetool-commandline.cmd` that can be executed in windows `cmd`/`powershell`. Would it be possible to have a...
LanguageTools has a server implementation. We can spawn server once and send requests to it. It would be much faster than executing one command for each `:GrammarousCheck`. https://github.com/rhysd/vim-grammarous/issues/7#issuecomment-346710511
After using ":GrammarousCheck" command, it highlights the errors. But there is not information window when I move cursor on the locations.