Skip to content

Commit f5db843

Browse files
authored
Create coc-settings.json
1 parent 772c3df commit f5db843

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

misc/coc-settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"languageserver": {
3+
"ocaml-lsp": {
4+
"command": "opam",
5+
"args": ["config", "exec", "--", "ocamllsp"],
6+
"filetypes": ["ocaml", "reason"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)