From 49acc75e2a8f368769a469118efb8b3fffb5f472 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Wed, 13 Nov 2024 12:04:00 +0100 Subject: [PATCH] fix(ltex-lsp): forgot a rule --- lua/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lsp.lua b/lua/lsp.lua index a2ba0fe..9a2f98e 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -127,7 +127,7 @@ local servers = { dictionary = { fr = { "CryptPad", "Chouhartem", -- field names - "authors", "categories", "created", "updated", "title" }, + "authors", "categories", "created", "updated", "title", "meta" }, en = { "CryptPad", }, } }