diff options
| author | github-actions <github-actions@github.com> | 2021-07-11 18:03:30 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-11 18:03:30 +0000 |
| commit | 88dee4045810f3cc22d7ec11c201151b906814b8 (patch) | |
| tree | 54ee052ee630c15b7bbc69271c8b1682bcda1a3b /CONFIG.md | |
| parent | Update README.md (diff) | |
| download | nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar.gz nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar.bz2 nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar.lz nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar.xz nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.tar.zst nvim-lspconfig-88dee4045810f3cc22d7ec11c201151b906814b8.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", "ocamllex", "menhir", "reason", "ocamlinterface" } + filetypes = { "ocaml", "reason", "menhir", "ocamlinterface", "ocamllex" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
