From f9683f98d684cc978b34fd4a8722f94d66170904 Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Fri, 25 Aug 2023 09:35:09 -0400 Subject: [PATCH] init add some comments comment contain code that tries to call a system executable to then mod the runtimepath --- lua/custom/plugins/ocaml.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/custom/plugins/ocaml.lua 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 {}