aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-01 14:20:25 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-01 14:20:25 +0000
commit1aded0f9077c7217d3f79f62b647f49cdb9a9874 (patch)
treeb7e68685aad1315885d075398c6bc7b868f5c6bf
parentfix(lua-language-server): root directory pattern #3322 (diff)
downloadnvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar.gz
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar.bz2
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar.lz
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar.xz
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.tar.zst
nvim-lspconfig-1aded0f9077c7217d3f79f62b647f49cdb9a9874.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 29391d67..8ea0ba26 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -6730,7 +6730,7 @@ require'lspconfig'.lua_ls.setup{}
```
- `root_dir` :
```lua
- root_pattern(".luarc.json", ".luarc.jsonc", ".luacheckrc", ".stylua.toml", "stylua.toml", "selene.toml", "selene.yml", ".git")
+ see source file
```
- `single_file_support` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 29391d67..8ea0ba26 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -6730,7 +6730,7 @@ require'lspconfig'.lua_ls.setup{}
```
- `root_dir` :
```lua
- root_pattern(".luarc.json", ".luarc.jsonc", ".luacheckrc", ".stylua.toml", "stylua.toml", "selene.toml", "selene.yml", ".git")
+ see source file
```
- `single_file_support` :
```lua