aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-09 16:21:23 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-09 16:21:23 +0000
commitfaa403f95fd82cc24ebd0cee6af41b0de2dae00c (patch)
tree0c990067accde288634616dfc831722a0f3fb313
parentfix(slangd): add clangd specific root markers (#4339) (diff)
downloadnvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar.gz
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar.bz2
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar.lz
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar.xz
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.tar.zst
nvim-lspconfig-faa403f95fd82cc24ebd0cee6af41b0de2dae00c.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index fbc4b6e9..bb000fe1 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -11089,7 +11089,7 @@ Default config:
```
- `root_markers` :
```lua
- { ".git" }
+ { "slangdconfig.json", ".clang-format", ".git" }
```
---
diff --git a/doc/configs.txt b/doc/configs.txt
index 493d85fe..ab2d0a0c 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -8235,7 +8235,7 @@ Default config:
- filetypes: >lua
{ "hlsl", "shaderslang" }
- root_markers: >lua
- { ".git" }
+ { "slangdconfig.json", ".clang-format", ".git" }
<
------------------------------------------------------------------------------