diff options
| author | github-actions <github-actions@github.com> | 2023-01-04 08:43:57 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-01-04 08:43:57 +0000 |
| commit | e69978a39e4d3262b09ce6a316beff384f443e3b (patch) | |
| tree | a2f80c7a33b903ffc1c8811d197c787f4122e8ad | |
| parent | feat(tsserver): support single file mode in tsserver(#2375) (diff) | |
| download | nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar.gz nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar.bz2 nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar.lz nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar.xz nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.tar.zst nvim-lspconfig-e69978a39e4d3262b09ce6a316beff384f443e3b.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index dac57819..8701c5e4 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -7947,6 +7947,10 @@ require'lspconfig'.tsserver.setup{} ```lua root_pattern("package.json", "tsconfig.json", "jsconfig.json", ".git") ``` + - `single_file_support` : + ```lua + true + ``` ## turtle_ls diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index dac57819..8701c5e4 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -7947,6 +7947,10 @@ require'lspconfig'.tsserver.setup{} ```lua root_pattern("package.json", "tsconfig.json", "jsconfig.json", ".git") ``` + - `single_file_support` : + ```lua + true + ``` ## turtle_ls |
