aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-05 15:35:35 +0000
committergithub-actions <github-actions@github.com>2021-07-05 15:35:35 +0000
commit4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f (patch)
treecb0168113912da3790a08743441370c3e153a0ca
parentMerge pull request #1040 from neovim/revert-955-bugfix/new_file_lsp (diff)
downloadnvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.gz
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.bz2
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.lz
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.xz
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.zst
nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 0d3f4ca3..b6df68dd 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3717,7 +3717,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason" }
+ filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end