aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOughie <123173954+Oughie@users.noreply.github.com>2024-09-02 14:28:56 +0200
committerGitHub <noreply@github.com>2024-09-02 20:28:56 +0800
commitabb9a0227bab6fe1314012aa15abf670d3f7ba77 (patch)
tree13812247c0cd1a90ca9c86e04df47fefb3e09d29
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar.gz
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar.bz2
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar.lz
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar.xz
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.tar.zst
nvim-lspconfig-abb9a0227bab6fe1314012aa15abf670d3f7ba77.zip
docs(wgsl-analyzer): add missing close paren (#3290)
Fix the typo by adding the missing close paren.
-rw-r--r--lua/lspconfig/server_configurations/wgsl_analyzer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/wgsl_analyzer.lua b/lua/lspconfig/server_configurations/wgsl_analyzer.lua
index cf8913df..2325cc6e 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")]],
},
},
}