mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

fix: kill jobs with sigint first #522

Closed lewis6991 closed 7 months ago

lewis6991 commented 8 months ago

Closes #521

Note with this change, if Nvim crashes any running processes will be orphaned.

mfussenegger commented 7 months ago

Thanks