diff options
Diffstat (limited to 'lua/bee/plugins/init.lua')
| -rw-r--r-- | lua/bee/plugins/init.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/bee/plugins/init.lua b/lua/bee/plugins/init.lua new file mode 100644 index 0000000..59e0a41 --- /dev/null +++ b/lua/bee/plugins/init.lua @@ -0,0 +1,9 @@ +local MP = ... + +return { + { import = MP:relpath("ui") }, + { import = MP:relpath("oil") }, + { import = MP:relpath("git") }, + { import = MP:relpath("blink") }, + { import = MP:relpath("treesitter") }, +} |
