fix(lsp): option name: dictionnary → dictionary

This commit is contained in:
Fabrice Mouhartem 2024-11-13 11:35:19 +01:00
parent 26f875171f
commit 48c698c2c5
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -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", },
} }
} }