diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-02 10:29:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-02 10:29:25 +0000 |
| commit | 1356515e81769c296d8321b08f1f831d1b43a933 (patch) | |
| tree | 1badfda1b9e95d7f36ff2edf4c3dcf78e4b3d8e0 /doc | |
| parent | fix(zls): use workspace zls.json if available #2944 (diff) | |
| download | nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar.gz nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar.bz2 nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar.lz nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar.xz nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.tar.zst nvim-lspconfig-1356515e81769c296d8321b08f1f831d1b43a933.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index 1a59fc27..59905d39 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -14174,6 +14174,10 @@ require'lspconfig'.zls.setup{} ```lua { "zig", "zir" } ``` + - `on_new_config` : + ```lua + see source file + ``` - `root_dir` : ```lua util.root_pattern("zls.json", "build.zig", ".git") diff --git a/doc/configs.txt b/doc/configs.txt index 1a59fc27..59905d39 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -14174,6 +14174,10 @@ require'lspconfig'.zls.setup{} ```lua { "zig", "zir" } ``` + - `on_new_config` : + ```lua + see source file + ``` - `root_dir` : ```lua util.root_pattern("zls.json", "build.zig", ".git") |
