You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the README enabling the PUNCTUATION category will enable passive_voice, which doesn't work. According to the LanguageTool website, passive voice is part of the STYLE category instead. However, even with - let g:grammarous#enabled_categories = {'*' : ['PUNCTUATION', 'STYLE']}
the passive voice rule is still not enabled. Am I doing something wrong?
Also is there a way to see what rules/categories are enabled/disabled by default?
Edit: From further testing it appears none of the rules for categories specified with g:grammarous#enabled_categories become enabled.
The text was updated successfully, but these errors were encountered:
abers
changed the title
Enabling passive voice rule via category
Enabling passive voice rule via category / unable to enable categories
May 13, 2019
OK, turns out PASSIVE_VOICE is a special rule that cannot be enabled via category and always has to be specifically called. Therefore the following should enable all categories and rules:
According to the README enabling the PUNCTUATION category will enable passive_voice, which doesn't work. According to the LanguageTool website, passive voice is part of the STYLE category instead. However, even with -
let g:grammarous#enabled_categories = {'*' : ['PUNCTUATION', 'STYLE']}
the passive voice rule is still not enabled. Am I doing something wrong?
Also is there a way to see what rules/categories are enabled/disabled by default?
Edit: From further testing it appears none of the rules for categories specified with g:grammarous#enabled_categories become enabled.
The text was updated successfully, but these errors were encountered: