add some comments
comment contain code that tries to call a system executable to then mod the runtimepath
pull/638/head
mjhika 2 years ago
parent e805a60b84
commit f9683f98d6

@ -0,0 +1,10 @@
-- vim.fn.jobstart(
-- { "opam", "var", "share" },
-- {
-- stdout_buffered = true,
-- on_stdout = tostring
-- })
--
-- vim.opt.rtp:append()
return {}
Loading…
Cancel
Save