diff options
| author | github-actions <github-actions@github.com> | 2021-05-21 20:34:12 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-05-21 20:34:12 +0000 |
| commit | 2f26391ccf88cd4adff8f11e96412a3536624bd7 (patch) | |
| tree | bcea81704cd6d4829f58a7a3d09ee5df8ba9d218 | |
| parent | Update vimdoc.yml (diff) | |
| download | nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.gz nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.bz2 nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.lz nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.xz nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.zst nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3565,7 +3565,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } + filetypes = { "reason", "ocamlinterface", "ocamllex", "ocaml", "menhir" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
