dep
dep copied to clipboard
Kill spawned processes (git clone and fetch) if neovim exits
I guess vim.loop.spawn
does not kill the jobs if neovim is closed, unlike jobstart
(I am only sure about jobstart
). So when neovim exits, it would be great to clean them up.