From f43135c38a37c588053ad5e209c7460f43f6340c Mon Sep 17 00:00:00 2001 From: glepnir Date: Fri, 21 Jun 2024 18:45:46 +0800 Subject: [PATCH] fix(fsautocomplete): lint fix (#3214) --- lua/lspconfig/server_configurations/fsautocomplete.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lspconfig/server_configurations/fsautocomplete.lua b/lua/lspconfig/server_configurations/fsautocomplete.lua index c642fe6f02..de27e384ee 100644 --- a/lua/lspconfig/server_configurations/fsautocomplete.lua +++ b/lua/lspconfig/server_configurations/fsautocomplete.lua @@ -27,7 +27,7 @@ return { SimplifyNameAnalyzer = true, ResolveNamespaces = true, EnableReferenceCodeLens = true, - } + }, }, }, docs = {