diff options
| author | github-actions <github-actions@github.com> | 2021-07-02 19:49:27 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-02 19:49:27 +0000 |
| commit | 400d39d69e1392763bdbd7ea596e44fe2f436b52 (patch) | |
| tree | 07c28956674b9e728bbcf768fccabda0799ca1d0 /CONFIG.md | |
| parent | fix: snippets wiki link in readme (diff) | |
| download | nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.gz nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.bz2 nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.lz nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.xz nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.zst nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.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
@@ -3704,7 +3704,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "reason", "menhir", "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") ``` |
