diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-12 08:35:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-12 08:35:15 +0000 |
| commit | 124be12d782d656b3c75b513a44d9e4728406078 (patch) | |
| tree | 5ea73a5fec76ac8d00e4837f8e93e5c9428667b8 | |
| parent | fix(tinymist): fallback to single file in some case (#3501) (diff) | |
| download | nvim-lspconfig-1.1.0.tar nvim-lspconfig-1.1.0.tar.gz nvim-lspconfig-1.1.0.tar.bz2 nvim-lspconfig-1.1.0.tar.lz nvim-lspconfig-1.1.0.tar.xz nvim-lspconfig-1.1.0.tar.zst nvim-lspconfig-1.1.0.zip | |
docs: update configs.mdv1.1.0
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 81a0bbfb..7c6744cd 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -10626,7 +10626,7 @@ Default config: { "typst" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/tinymist.lua:4](../lua/lspconfig/configs/tinymist.lua#L4) -- `single_file_support` : `false` +- `single_file_support` : `true` ## ts_ls diff --git a/doc/configs.txt b/doc/configs.txt index 81a0bbfb..7c6744cd 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10626,7 +10626,7 @@ Default config: { "typst" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/tinymist.lua:4](../lua/lspconfig/configs/tinymist.lua#L4) -- `single_file_support` : `false` +- `single_file_support` : `true` ## ts_ls |
