diff options
| author | github-actions <github-actions@github.com> | 2021-07-03 19:22:31 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-03 19:22:31 +0000 |
| commit | b555dbb6ea8f2c822f7cc5b44e6625adb5d27350 (patch) | |
| tree | 5c4a52095ce72688b1b9f4a07984ee2d103db42b /CONFIG.md | |
| parent | docs: fix typos in readme (diff) | |
| download | nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.gz nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.bz2 nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.lz nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.xz nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.zst nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.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
@@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" } + filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
