
add some comments comment contain code that tries to call a system executable to then mod the runtimepath
11 lines
158 B
Lua
11 lines
158 B
Lua
-- vim.fn.jobstart(
|
|
-- { "opam", "var", "share" },
|
|
-- {
|
|
-- stdout_buffered = true,
|
|
-- on_stdout = tostring
|
|
-- })
|
|
--
|
|
-- vim.opt.rtp:append()
|
|
|
|
return {}
|