diff options
| author | github-actions <github-actions@github.com> | 2021-07-05 05:43:07 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-05 05:43:07 +0000 |
| commit | 3474107cec90c54106244ab3ad25665693aef61c (patch) | |
| tree | af7133c1a81bcb90624c5d0a6751190b173fbcc7 /CONFIG.md | |
| parent | fix: try to resolve root directory if file is not yet on disk (diff) | |
| download | nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.gz nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.bz2 nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.lz nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.xz nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.zst nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.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
@@ -3717,7 +3717,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } + filetypes = { "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
