aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-17 18:28:45 +0000
committergithub-actions <github-actions@github.com>2021-07-17 18:28:45 +0000
commit1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3 (patch)
tree0f4a0dedaf3448dd0ef5486a0d2b1aba6b920084 /CONFIG.md
parentci: fix workflow so vimdocgen runs sequentially (#1085) (diff)
downloadnvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar.gz
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar.bz2
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar.lz
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar.xz
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.tar.zst
nvim-lspconfig-1729b502fa00df2fdcbfa118b404b8b8a8a2d6a3.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index b3bedfdf..2e15f31b 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3760,7 +3760,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end