diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-09 16:21:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-09 16:21:23 +0000 |
| commit | faa403f95fd82cc24ebd0cee6af41b0de2dae00c (patch) | |
| tree | 0c990067accde288634616dfc831722a0f3fb313 | |
| parent | fix(slangd): add clangd specific root markers (#4339) (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
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" } < ------------------------------------------------------------------------------ |
