diff --git a/lua/custom/plugins/ocaml.lua b/lua/custom/plugins/ocaml.lua new file mode 100644 index 00000000..93a3f832 --- /dev/null +++ b/lua/custom/plugins/ocaml.lua @@ -0,0 +1,10 @@ +-- vim.fn.jobstart( +-- { "opam", "var", "share" }, +-- { +-- stdout_buffered = true, +-- on_stdout = tostring +-- }) +-- +-- vim.opt.rtp:append() + +return {}