/ nvim / lua / plugins / nvim-nio.lua
nvim-nio.lua
1  --- nvim-nio: async lib (dependency for neotest, etc.)
2  return {
3    specs = {
4      { src = 'https://github.com/nvim-neotest/nvim-nio', name = 'nvim-nio' },
5    },
6  }