fix(lsp): option name: dictionnary → dictionary
This commit is contained in:
		| @@ -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", }, | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user