diff options
| author | github-actions <github-actions@github.com> | 2021-09-09 19:01:22 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-09-09 19:01:22 +0000 |
| commit | 65f1efa26396e0dc0c35cb5155245f3aa0d07933 (patch) | |
| tree | ad4e89294b18516cc70220fc6f49e2e2afaaed8d | |
| parent | fix(texlab): update to handler signature change (#1240) (diff) | |
| download | nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar.gz nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar.bz2 nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar.lz nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar.xz nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.tar.zst nvim-lspconfig-65f1efa26396e0dc0c35cb5155245f3aa0d07933.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -7266,6 +7266,12 @@ This server accepts configuration via the `settings` key. Component preview background style\. +- **`volar.takeOverBuiltinTsExtension`**: `boolean` + + Default: `true` + + If built\-in VSCode TypeScript Extension disabled\, take over language support for \*\.ts\. + - **`volar.tsPlugin`**: `enum { vim.NIL, true, false }` Default: `vim.NIL` @@ -7275,8 +7281,6 @@ This server accepts configuration via the `settings` key. - **`volar.tsPluginStatus`**: `boolean` - Default: `true` - Display TS Server Plugin status bar item\. </details> |
