-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable spell-check with Grammarous by default? #35
Comments
Navigation can't consider Vim's spell check because plugin can't obtain the place of spell error detected by Vim's spell check. I guess LanguageTool has some spell check rules. Please try to use them instead of Vim's spell check. |
@rhysd Oh thanks, I got it. Using the below combination works perfectly with spell-check.
Could you also answer the remaining two questions?
You can then go ahead closing this issue. |
@rhysd Please update the documentation: https://github.com/rhysd/vim-grammarous#how-do-i-use-this-plugin-with-vims-spelllang The above solution is much more intuitive to use than the one suggested in the FAQ (I could never figure out how to use it). |
LanguageTool is powerful enough to handle grammar and spelling simultaneously.
However, I find spell-check disabled by default in vim-grammarous. All that I find in documentation is this:
how-do-i-use-this-plugin-with-vims-spelllang
This looks only like an option for the spell check which should first be enabled.
How to enable spell check by default?
Update:
I find this option:
let g:grammarous#enable_spell_check=1
, and it works! But the annoying problem is thatAnother issue: Can I have the quickfix-window open all the time? Its annoying to see it getting open and closed. I would like to close it manually once everything is fixed!
The text was updated successfully, but these errors were encountered: