diff options
| author | github-actions <github-actions@github.com> | 2021-07-03 20:46:31 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-03 20:46:31 +0000 |
| commit | afc36550b31cd35ec7125dbf7693dc868bc719b2 (patch) | |
| tree | 3f89062fae6ecf3b57f3e4818acc87a295ff2580 | |
| parent | fix(rust-analyzer): improve root directory detection (diff) | |
| download | nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar.gz nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar.bz2 nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar.lz nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar.xz nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.tar.zst nvim-lspconfig-afc36550b31cd35ec7125dbf7693dc868bc719b2.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
