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

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