dotfiles/dot_config/nvim/coc-settings.json

21 lines
245 B
JSON
Raw Normal View History

2020-05-07 04:20:54 +00:00
{
2020-05-09 06:42:34 +00:00
"python.jediEnabled": false,
"languageserver": {
"ocaml": {
"command": "opam",
"args": [
"config",
"exec",
"--",
"ocaml-language-server",
"--stdio"
],
"filetypes": [
"ocaml",
"reason"
]
}
}
2020-05-07 04:20:54 +00:00
}