aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ocamllsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ocamllsp.lua')
-rw-r--r--lsp/ocamllsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ocamllsp.lua b/lsp/ocamllsp.lua
index 27dbf827..505e982d 100644
--- a/lsp/ocamllsp.lua
+++ b/lsp/ocamllsp.lua
@@ -24,6 +24,7 @@ local get_language_id = function(_, ftype)
return language_id_of[ftype]
end
+---@type vim.lsp.Config
return {
cmd = { 'ocamllsp' },
filetypes = { 'ocaml', 'menhir', 'ocamlinterface', 'ocamllex', 'reason', 'dune' },