I can't figure out from the README how to enable/disable rules/categories. I've tried various settings in my vimrc but none seem to have any influence of what are used during checks. For example, the STYLE category is supposed to include passive voice. However -
let g:languagetool_enable_categories = 'STYLE'
Does not enable the passive voice rule. And -
let g:languagetool_enable_categories = 'STYLE'
gives an invalid expression error.
Additionally, is there a list of all the available categories that can be enabled?
I can't figure out from the README how to enable/disable rules/categories. I've tried various settings in my vimrc but none seem to have any influence of what are used during checks. For example, the STYLE category is supposed to include passive voice. However -
let g:languagetool_enable_categories = 'STYLE'Does not enable the passive voice rule. And -
let g:languagetool_enable_categories = 'STYLE'gives an invalid expression error.
Additionally, is there a list of all the available categories that can be enabled?