diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/ocamlls.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lua/lspconfig/configs/ocamlls.lua b/lua/lspconfig/configs/ocamlls.lua deleted file mode 100644 index b7c480e8..00000000 --- a/lua/lspconfig/configs/ocamlls.lua +++ /dev/null @@ -1,19 +0,0 @@ -local util = require 'lspconfig.util' - -return { - default_config = { - cmd = { 'ocaml-language-server', '--stdio' }, - filetypes = { 'ocaml', 'reason' }, - root_dir = util.root_pattern('*.opam', 'esy.json', 'package.json'), - }, - docs = { - description = [[ -https://github.com/ocaml-lsp/ocaml-language-server - -`ocaml-language-server` can be installed via `npm` -```sh -npm install -g ocaml-language-server -``` - ]], - }, -} |
