forked from chiyadev/dep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace
vim.loop.spawn
with vim.fn.jobstart
Trying to address chiyadev#7 and chiyadev#9. `vim.loop.spawn` has two limitations: - processes does not get killed when exiting neovim - processes does not inherit neovim's environment variables `jobstart` happens to workaround these two limitations by default.
- Loading branch information
Showing
1 changed file
with
27 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters