dotfiles/dot_config/nvim/coc-settings.json
2020-05-09 01:42:34 -05:00

20 lines
245 B
JSON

{
"python.jediEnabled": false,
"languageserver": {
"ocaml": {
"command": "opam",
"args": [
"config",
"exec",
"--",
"ocaml-language-server",
"--stdio"
],
"filetypes": [
"ocaml",
"reason"
]
}
}
}