2024-12-01 11:20:02 -08:00
|
|
|
local req = MarleyVim.local_require('plugins.util')
|
2024-11-30 11:08:42 -08:00
|
|
|
|
|
|
|
return {
|
2025-01-04 17:28:51 -08:00
|
|
|
req('mini-hipatterns'),
|
2025-01-05 10:59:39 -08:00
|
|
|
req('nerdy-nvim'),
|
2024-11-30 17:40:46 -08:00
|
|
|
req('nui-nvim'),
|
2024-11-30 18:10:09 -08:00
|
|
|
req('persistance-nvim'),
|
2024-11-30 11:08:42 -08:00
|
|
|
req('plenary'),
|
2025-01-04 20:54:00 -08:00
|
|
|
req('project-nvim'),
|
2024-11-30 11:08:42 -08:00
|
|
|
}
|