init
add some comments comment contain code that tries to call a system executable to then mod the runtimepath
This commit is contained in:
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…
Reference in New Issue