Update init.lua
Inherit the environment
This commit is contained in:
parent
0ed14a40d9
commit
2d0bff9fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ function runner.sync(cmd, opts)
|
|||
command = cmd,
|
||||
args = opts.args,
|
||||
cwd = opts.cwd,
|
||||
env = vim.fn.environ(),
|
||||
on_stderr = function(_, data)
|
||||
vim.print(data)
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue