diff options
| author | github-actions <github-actions@github.com> | 2021-06-13 21:42:48 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-06-13 21:42:48 +0000 |
| commit | 3afe11c4fbb355c8a4368e4f5a63b3de32ee8299 (patch) | |
| tree | 50fc71a579c768ec3b96fdcafb57fb40e5ca8260 /CONFIG.md | |
| parent | docs(htmlls): update installation instructions (diff) | |
| download | nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar.gz nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar.bz2 nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar.lz nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar.xz nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.tar.zst nvim-lspconfig-3afe11c4fbb355c8a4368e4f5a63b3de32ee8299.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2031,14 +2031,14 @@ require'lspconfig'.hls.setup{} ## html -https://github.com/vscode-langservers/vscode-html-languageserver-bin +https://github.com/hrsh7th/vscode-langservers-extracted -`vscode-html-languageserver` can be installed via `npm`: +`vscode-html-language-server` can be installed via `npm`: ```sh -npm install -g vscode-html-languageserver-bin +npm i -g vscode-langservers-extracted ``` -Neovim does not currently include built-in snippets. `vscode-html-languageserver` only provides completions when snippet support is enabled. +Neovim does not currently include built-in snippets. `vscode-html-language-server` only provides completions when snippet support is enabled. To enable completion, install a snippet plugin and add the following override to your language client capabilities during setup. ```lua @@ -2058,7 +2058,7 @@ require'lspconfig'.html.setup{} Commands: Default Values: - cmd = { "html-languageserver", "--stdio" } + cmd = { "vscode-html-language-server", "--stdio" } filetypes = { "html" } init_options = { configurationSection = { "html", "css", "javascript" }, @@ -3422,7 +3422,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } + filetypes = { "menhir", "ocamlinterface", "ocaml", "reason", "ocamllex" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
