diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-09 01:38:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-09 01:38:13 +0000 |
| commit | 36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df (patch) | |
| tree | f810bdf605711fb2b24feb270fcdeedb387711c0 | |
| parent | doc(custom-elements-ls): Update filetypes and docs (#2881) (diff) | |
| download | nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar.gz nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar.bz2 nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar.lz nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar.xz nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.tar.zst nvim-lspconfig-36e4ffec0a9e373ac9dbf7949d3567c8f04ca3df.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 10 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 5b7ebd57..cd44c2f1 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2097,12 +2097,6 @@ Here's an example that disables type checking in JavaScript files. "node_modules" ] } - -The best way to utilize the Custom Elements Language Server is to enable the [Custom Elements Manifest](https://github.com/webcomponents/custom-elements-manifest)(CEM) in your project by installing -a CEM generator like one provided by [The Open WC Team](https://github.com/open-wc/custom-elements-manifest/tree/master/packages/analyzer). - -Generating a CEM in watch mode will provide you with the best user experience. If your dependencies ship with a Custom Elements Manifest, those will be utilized also. - ``` @@ -2118,10 +2112,6 @@ require'lspconfig'.custom_elements_ls.setup{} ```lua { "custom-elements-languageserver", "--stdio" } ``` - - `filetypes` : - ```lua - { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html" } - ``` - `init_options` : ```lua { diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 5b7ebd57..cd44c2f1 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -2097,12 +2097,6 @@ Here's an example that disables type checking in JavaScript files. "node_modules" ] } - -The best way to utilize the Custom Elements Language Server is to enable the [Custom Elements Manifest](https://github.com/webcomponents/custom-elements-manifest)(CEM) in your project by installing -a CEM generator like one provided by [The Open WC Team](https://github.com/open-wc/custom-elements-manifest/tree/master/packages/analyzer). - -Generating a CEM in watch mode will provide you with the best user experience. If your dependencies ship with a Custom Elements Manifest, those will be utilized also. - ``` @@ -2118,10 +2112,6 @@ require'lspconfig'.custom_elements_ls.setup{} ```lua { "custom-elements-languageserver", "--stdio" } ``` - - `filetypes` : - ```lua - { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html" } - ``` - `init_options` : ```lua { |
