blob: f3eff87e7e9d39f06324f32837d56f28698a5509 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
return {
{
"jeryldev/pyworks.nvim",
dependencies = {
"benlubas/molten-nvim",
"3rd/image.nvim",
},
config = function()
require("pyworks").setup() -- See Configuration section for options
end,
lazy = false,
priority = 100,
},
}
|