diff options
| author | github-actions <github-actions@github.com> | 2021-07-04 01:12:48 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-04 01:12:48 +0000 |
| commit | 5fe1b132534041e889278f081ff10c02b09c096f (patch) | |
| tree | c6c187ae9cbd9e3e1ad4de008f339c539db1afc2 /CONFIG.md | |
| parent | Merge pull request #1032 from mjlbach/fix/cmd_validation (diff) | |
| download | nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.gz nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.bz2 nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.lz nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.xz nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.zst nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.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
@@ -3716,7 +3716,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocaml", "menhir", "ocamlinterface", "reason", "ocamllex" } + filetypes = { "ocamlinterface", "ocamllex", "reason", "menhir", "ocaml" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
