diff options
| author | github-actions <github-actions@github.com> | 2021-07-03 19:17:50 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-03 19:17:50 +0000 |
| commit | ed38c768dad706b2ffd7ce11747580f9da7c0f3f (patch) | |
| tree | 6bb69bd6b237b77ad179145e1231d9c547efd2b9 | |
| parent | docs: lspconfig is compatible with neovim 0.5 release (diff) | |
| download | nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar.gz nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar.bz2 nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar.lz nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar.xz nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.tar.zst nvim-lspconfig-ed38c768dad706b2ffd7ce11747580f9da7c0f3f.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -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 = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } + filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
