diff options
| author | github-actions <github-actions@github.com> | 2021-06-20 17:17:36 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-06-20 17:17:36 +0000 |
| commit | 48e47b4d26e45977d27c06dc1bc116416ca9276d (patch) | |
| tree | 9592d3e147fe79d1a3413d028c8e07f4ccd1f5ef /CONFIG.md | |
| parent | Update ADVANCED_README.md (diff) | |
| download | nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.gz nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.bz2 nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.lz nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.xz nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.zst nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.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
@@ -3696,7 +3696,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") ``` |
