2024-12-08 17:24:36 -08:00
|
|
|
local req = MarleyVim.local_require('plugins.coding')
|
|
|
|
|
|
|
|
return {
|
2024-12-08 20:59:16 -08:00
|
|
|
req('friendly-snippets'),
|
2024-12-08 17:24:36 -08:00
|
|
|
req('lexima-vim'),
|
2024-12-08 18:10:07 -08:00
|
|
|
req('neotab-nvim'),
|
2024-12-08 20:59:22 -08:00
|
|
|
req('ts-comments-nvim'),
|
2024-12-15 11:18:47 -08:00
|
|
|
req('mini-ai'),
|
2024-12-08 17:24:36 -08:00
|
|
|
}
|