aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-06-13 15:59:08 +0000
committergithub-actions <github-actions@github.com>2021-06-13 15:59:08 +0000
commit9357f299d353ee5ced6f8b4c5c9e9dddefb49097 (patch)
tree472835d16fccaf7acac58379f88a03fb44c3c848 /CONFIG.md
parentMerge pull request #974 from neovim/mergify/mjlbach/config-update (diff)
downloadnvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.gz
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.bz2
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.lz
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.xz
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.tar.zst
nvim-lspconfig-9357f299d353ee5ced6f8b4c5c9e9dddefb49097.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 5c429f59..5efa57df 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3506,7 +3506,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```