aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-04 21:33:29 +0000
committergithub-actions <github-actions@github.com>2021-07-04 21:33:29 +0000
commita592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958 (patch)
tree4942b7014cf98426f7133df8cf25afc0a8f65f26
parentfix: check client is not nil in _setup_buffer() (diff)
downloadnvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.gz
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.bz2
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.lz
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.xz
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.zst
nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.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 913adb2b..7d109b7d 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3716,7 +3716,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamlinterface", "ocamllex", "reason", "menhir", "ocaml" }
+ filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end