add some comments
comment contain code that tries to call a system executable to then mod the runtimepath
This commit is contained in:
mjhika 2023-08-25 09:35:09 -04:00
parent e805a60b84
commit f9683f98d6
1 changed files with 10 additions and 0 deletions

View File

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