aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lsp-settings/ltex.json
blob: 071fa062a8dab0468964e00d8f59c25742bccc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "dyamon.globalSettings": "~/.config/nvim/lsp-settings/ltex.json",
    "dyamon.localSettings": ".lsp-settings/ltex.json",
    "ltex.language": "en-GB",
    "ltex.additionalRules.enablePickyRules": true,
    "ltex.additionalRules.motherTongue": "it",
    "ltex.diagnosticSeverity": {
        "EN_A_VS_AN": "error",
        "MORFOLOGIK_RULE_EN_GB": "error",
        "PASSIVE_VOICE": "information",
        "default": "information"
    },
    "ltex.disabledRules": {
        "en-GB": [
            "PASSIVE_VOICE"
        ]
    },
    "ltex.latex.environments": {
        "algorithm": "ignore"
    },
    "ltex.latex.commands": {
        "\\gls{}": "dummy",
        "\\glspl{}": "pluralDummy",
        "\\Gls{}": "dummy",
        "\\Glspl{}": "pluralDummy",
        "\\acrshort{}": "dummy",
        "\\acrshortpl{}": "pluralDummy",
        "\\Acrshort{}": "dummy",
        "\\Acrshortpl{}": "pluralDummy",
        "\\acrlong{}": "dummy",
        "\\acrlongpl{}": "pluralDummy",
        "\\Acrlong{}": "dummy",
        "\\Acrlongpl{}": "pluralDummy",
        "\\acrfull{}": "dummy",
        "\\acrfullpl{}": "pluralDummy",
        "\\Acrfull{}": "dummy",
        "\\Acrfullpl{}": "pluralDummy",
        "\\glsreset{}": "ignore",
        "\\glsunset{}": "ignore"
    }
}