diff options
| author | github-actions <github-actions@github.com> | 2021-07-11 18:04:25 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-11 18:04:25 +0000 |
| commit | cfab466847e0874f03cf5b1bfbd89286827c537c (patch) | |
| tree | f317c93c2179161dcf9c90009195e069c9ef5398 /CONFIG.md | |
| parent | Update README.md (diff) | |
| download | nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.gz nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.bz2 nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.lz nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.xz nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.zst nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.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
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocaml", "reason", "menhir", "ocamlinterface", "ocamllex" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
