From 1899e02b6dc7b34e3b5dd6ad08e3975c20c78192 Mon Sep 17 00:00:00 2001 From: Oughie <123173954+Oughie@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:23:09 +0200 Subject: [PATCH] Add missing close paren Fix the typo by adding the missing close paren. --- lua/lspconfig/server_configurations/wgsl_analyzer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lspconfig/server_configurations/wgsl_analyzer.lua b/lua/lspconfig/server_configurations/wgsl_analyzer.lua index cf8913dfff..2325cc6e30 100644 --- a/lua/lspconfig/server_configurations/wgsl_analyzer.lua +++ b/lua/lspconfig/server_configurations/wgsl_analyzer.lua @@ -17,7 +17,7 @@ cargo install --git https://github.com/wgsl-analyzer/wgsl-analyzer wgsl_analyzer ``` ]], default_config = { - root_dir = [[root_pattern(".git"]], + root_dir = [[root_pattern(".git")]], }, }, }