diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-01 14:20:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-01 14:20:25 +0000 |
| commit | 1aded0f9077c7217d3f79f62b647f49cdb9a9874 (patch) | |
| tree | b7e68685aad1315885d075398c6bc7b868f5c6bf | |
| parent | fix(lua-language-server): root directory pattern #3322 (diff) | |
| download | nvim-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.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 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 |
