aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-05-04 18:49:04 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-05-04 18:49:04 +0000
commit83a5d191780d7a47916c16e37c2ed29bf7f7c637 (patch)
treed5522a80740193ab89e1bcb55677ee42080a99d6
parentfix(taplo): root markers #3819 (diff)
downloadnvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar.gz
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar.bz2
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar.lz
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar.xz
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.tar.zst
nvim-lspconfig-83a5d191780d7a47916c16e37c2ed29bf7f7c637.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 027bbdda..474f58db 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -11193,7 +11193,7 @@ Default config:
```
- `root_markers` :
```lua
- { ".git" }
+ { ".taplo.toml", "taplo.toml", ".git" }
```
---
diff --git a/doc/configs.txt b/doc/configs.txt
index 4a5d3065..22d7e6d8 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -8251,7 +8251,7 @@ Default config:
- filetypes: >lua
{ "toml" }
- root_markers: >lua
- { ".git" }
+ { ".taplo.toml", "taplo.toml", ".git" }
<
------------------------------------------------------------------------------