fix(lsp): option name: dictionnary → dictionary
This commit is contained in:
parent
26f875171f
commit
48c698c2c5
@ -124,8 +124,10 @@ local servers = {
|
|||||||
fr = { "APOS_TYP", "FRENCH_WHITESPACE" },
|
fr = { "APOS_TYP", "FRENCH_WHITESPACE" },
|
||||||
en = { "DASH_RULE", "TWO_HYPHENS" },
|
en = { "DASH_RULE", "TWO_HYPHENS" },
|
||||||
},
|
},
|
||||||
dictionnary = {
|
dictionary = {
|
||||||
fr = { "CryptPad", },
|
fr = { "CryptPad", "Chouhartem",
|
||||||
|
-- field names
|
||||||
|
"authors", "categories", "created", "updated", "title" },
|
||||||
en = { "CryptPad", },
|
en = { "CryptPad", },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user