diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-25 03:54:06 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-25 03:54:06 +0000 |
| commit | a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408 (patch) | |
| tree | 25f325548fc1a266f802f8f94488a28928a1cd02 /doc | |
| parent | docs(taplo): update out of date docstring with new root_dir (#3319) (diff) | |
| download | nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar.gz nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar.bz2 nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar.lz nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar.xz nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.tar.zst nvim-lspconfig-a9bc587e9ae0cbcb3e90a2e9342f86b3b78c4408.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 4bf730ca..af67b04d 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -12059,7 +12059,7 @@ require'lspconfig'.taplo.setup{} ``` - `root_dir` : ```lua - root_pattern("*.toml", ".git") + root_pattern(".git") ``` - `single_file_support` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 4bf730ca..af67b04d 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -12059,7 +12059,7 @@ require'lspconfig'.taplo.setup{} ``` - `root_dir` : ```lua - root_pattern("*.toml", ".git") + root_pattern(".git") ``` - `single_file_support` : ```lua |
