Switch to nvim-nio for async #1342
Replies: 1 comment 1 reply
-
I've got that already in pathlib.nvim: https://github.com/pysan3/pathlib.nvim?tab=readme-ov-file#scan-directories For tests, you might want to look into this: https://github.com/lewis6991/nvim-test plenary.job-like feature is being worked on right now: nvim-neotest/nvim-nio#5 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/nvim-neotest/nvim-nio
This was mentioned a few times by @pysan3 and I'd like to make a separate issue for it. I took a look at nio and I do really like it. Things that will be helpful for us:
If they had support for running jobs like plenary, and if we switch to pathlib, then I don't think we need plenary at all anymore as a runtime requirement. Not that it really matters as everyone has plenary installed anyhow.
Beta Was this translation helpful? Give feedback.
All reactions