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" },
|
||||
en = { "DASH_RULE", "TWO_HYPHENS" },
|
||||
},
|
||||
dictionnary = {
|
||||
fr = { "CryptPad", },
|
||||
dictionary = {
|
||||
fr = { "CryptPad", "Chouhartem",
|
||||
-- field names
|
||||
"authors", "categories", "created", "updated", "title" },
|
||||
en = { "CryptPad", },
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user