diff options
| author | github-actions <github-actions@github.com> | 2021-06-13 15:59:08 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-06-13 15:59:08 +0000 |
| commit | 9357f299d353ee5ced6f8b4c5c9e9dddefb49097 (patch) | |
| tree | 472835d16fccaf7acac58379f88a03fb44c3c848 /CONFIG.md | |
| parent | Merge pull request #974 from neovim/mergify/mjlbach/config-update (diff) | |
| download | nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.gz nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.bz2 nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.lz nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.xz nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.zst nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3506,7 +3506,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
