diff options
| author | github-actions <github-actions@github.com> | 2021-06-30 17:58:06 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-06-30 17:58:06 +0000 |
| commit | 161ec66bda585fd7ba402cf7434bac87c927734f (patch) | |
| tree | 15a50dba6395da33da6a52c8d88e9197c9715955 | |
| parent | Merge pull request #1011 from mjlbach/docs/recommend_debounce (diff) | |
| download | nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.gz nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.bz2 nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.lz nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.xz nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.zst nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -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 = { "ocamllex", "ocaml", "menhir", "ocamlinterface", "reason" } + filetypes = { "reason", "menhir", "ocamlinterface", "ocaml", "ocamllex" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
