summaryrefslogtreecommitdiff
path: root/lua/bee/plugins/init.lua
blob: 43d69e099ae201ee901ff38f83257d7a6696a9ed (plain)
1
2
3
4
5
6
7
8
9
10
local MP = ...

return {
    { import = MP:relpath("ui") },
    { import = MP:relpath("oil") },
    { import = MP:relpath("git") },
    { import = MP:relpath("blink") },
    { import = MP:relpath("picker") },
    { import = MP:relpath("treesitter") },
}