From 25b3e2798aa14acfa8f5785afac6a0c68575a948 Mon Sep 17 00:00:00 2001 From: glepnir Date: Fri, 21 Jun 2024 18:42:38 +0800 Subject: [PATCH] fix(fsautocomplete): lint fix --- 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 = {