chiyadev / dep

Correct neovim package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kill spawned processes (git clone and fetch) if neovim exits

xlucn opened this issue · comments

commented

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.