/ nvim / lua / plugins / plenary.lua
plenary.lua
1  --- Plenary: dependency for yazi, diffview, and others.
2  return {
3    specs = {
4      { src = 'https://github.com/nvim-lua/plenary.nvim', name = 'plenary.nvim' },
5    },
6  }