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
None of the disabledRules specifically passed to ltex ("PROFANITY", "IE_NO_COMMA", "EG_NO_COMMA", "PASSIVE_VOICE", "BACHELOR_ABBR") are listened to if ltex_extra is also attached. Creating an ltex.disabledRules.en-GB.txt file with these rules works, but if I want to use ltex for per-project rules (so my ltex_extra path is project-relative) I have to copy this file every time.
Expected behavior
I believe ltex_extra should always follow any disabledRules passed to ltex specifically and ltex.disabledRules.*.txt files should always supplement instead of supersede this (or at least these rules shouldn't be ignored if such a file doesn't exist).
System:
OS: Linux (Arch)
Neovim version: [nightly]
LTeX server intallation method: [mason]
The text was updated successfully, but these errors were encountered:
Describe the bug
With the following config:
None of the disabledRules specifically passed to ltex (
"PROFANITY", "IE_NO_COMMA", "EG_NO_COMMA", "PASSIVE_VOICE", "BACHELOR_ABBR"
) are listened to if ltex_extra is also attached. Creating anltex.disabledRules.en-GB.txt
file with these rules works, but if I want to use ltex for per-project rules (so my ltex_extra path is project-relative) I have to copy this file every time.Expected behavior
I believe ltex_extra should always follow any disabledRules passed to ltex specifically and
ltex.disabledRules.*.txt
files should always supplement instead of supersede this (or at least these rules shouldn't be ignored if such a file doesn't exist).System:
The text was updated successfully, but these errors were encountered: