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
10
lua/custom/plugins/ocaml.lua
Normal file
10
lua/custom/plugins/ocaml.lua
Normal file
@ -0,0 +1,10 @@
|
||||
-- vim.fn.jobstart(
|
||||
-- { "opam", "var", "share" },
|
||||
-- {
|
||||
-- stdout_buffered = true,
|
||||
-- on_stdout = tostring
|
||||
-- })
|
||||
--
|
||||
-- vim.opt.rtp:append()
|
||||
|
||||
return {}
|
Loading…
x
Reference in New Issue
Block a user