diff options
Diffstat (limited to 'lua/bee/plugins/init.lua')
| -rw-r--r-- | lua/bee/plugins/init.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lua/bee/plugins/init.lua b/lua/bee/plugins/init.lua index 59e0a41..43d69e0 100644 --- a/lua/bee/plugins/init.lua +++ b/lua/bee/plugins/init.lua @@ -1,9 +1,10 @@ local MP = ... return { - { import = MP:relpath("ui") }, - { import = MP:relpath("oil") }, - { import = MP:relpath("git") }, - { import = MP:relpath("blink") }, - { import = MP:relpath("treesitter") }, + { import = MP:relpath("ui") }, + { import = MP:relpath("oil") }, + { import = MP:relpath("git") }, + { import = MP:relpath("blink") }, + { import = MP:relpath("picker") }, + { import = MP:relpath("treesitter") }, } |
