aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONFIG.md b/CONFIG.md
index b6c73a7c..9f56cf61 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -351,7 +351,6 @@ require'lspconfig'.crystalline.setup{}
## cssls
-
https://github.com/hrsh7th/vscode-langservers-extracted
`css-languageserver` can be installed via `npm`:
@@ -359,7 +358,7 @@ https://github.com/hrsh7th/vscode-langservers-extracted
```sh
npm i -g vscode-langservers-extracted
```
-
+
Neovim does not currently include built-in snippets. `vscode-css-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
@@ -3423,7 +3422,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" }
+ filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```