diff options
Diffstat (limited to 'lsp/custom_elements_ls.lua')
| -rw-r--r-- | lsp/custom_elements_ls.lua | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/lsp/custom_elements_ls.lua b/lsp/custom_elements_ls.lua index 2f32ac75..59acf709 100644 --- a/lsp/custom_elements_ls.lua +++ b/lsp/custom_elements_ls.lua @@ -1,28 +1,28 @@ ---@brief --- --- https://github.com/Matsuuu/custom-elements-language-server --- --- `custom-elements-languageserver` depends on `typescript`. Both packages can be installed via `npm`: --- ```sh --- npm install -g typescript custom-elements-languageserver --- ``` --- To configure typescript language server, add a --- [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or --- [`jsconfig.json`](https://code.visualstudio.com/docs/languages/jsconfig) to the root of your --- project. --- Here's an example that disables type checking in JavaScript files. --- ```json --- { --- "compilerOptions": { --- "module": "commonjs", --- "target": "es6", --- "checkJs": false --- }, --- "exclude": [ --- "node_modules" --- ] --- } --- ``` +--- https://github.com/Matsuuu/custom-elements-language-server +--- +--- `custom-elements-languageserver` depends on `typescript`. Both packages can be installed via `npm`: +--- ```sh +--- npm install -g typescript custom-elements-languageserver +--- ``` +--- To configure typescript language server, add a +--- [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or +--- [`jsconfig.json`](https://code.visualstudio.com/docs/languages/jsconfig) to the root of your +--- project. +--- Here's an example that disables type checking in JavaScript files. +--- ```json +--- { +--- "compilerOptions": { +--- "module": "commonjs", +--- "target": "es6", +--- "checkJs": false +--- }, +--- "exclude": [ +--- "node_modules" +--- ] +--- } +--- ``` return { init_options = { hostInfo = 'neovim' }, cmd = { 'custom-elements-languageserver', '--stdio' }, |
