aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-23 20:18:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-23 20:18:51 +0000
commitb3cce1419ca67871ae782b3e529652f8a016f0de (patch)
tree1417d92abacc7c13a4b6aa28d2dabe8547857e41
parentfix(stylua): include EditorConfig as a root marker #4094 (diff)
downloadnvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar.gz
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar.bz2
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar.lz
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar.xz
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.tar.zst
nvim-lspconfig-b3cce1419ca67871ae782b3e529652f8a016f0de.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 8f2d631d..2ba7faed 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -11476,7 +11476,7 @@ Default config:
```
- `root_markers` :
```lua
- { ".stylua.toml", "stylua.toml" }
+ { ".stylua.toml", "stylua.toml", ".editorconfig" }
```
---
diff --git a/doc/configs.txt b/doc/configs.txt
index e71c764a..fc44f90d 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -8477,7 +8477,7 @@ Default config:
- filetypes: >lua
{ "lua" }
- root_markers: >lua
- { ".stylua.toml", "stylua.toml" }
+ { ".stylua.toml", "stylua.toml", ".editorconfig" }
<
------------------------------------------------------------------------------