mjhika f9683f98d6 init
add some comments
comment contain code that tries to call a system executable to then mod the runtimepath
2023-08-25 09:35:09 -04:00

11 lines
158 B
Lua

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