From bfe5ef76b95725451707f6061d5dfa5e3b024c61 Mon Sep 17 00:00:00 2001 From: "beeb5k (Vivek Tiwari)" Date: Thu, 4 Jun 2026 20:25:23 +0530 Subject: Use better Plugins - codediff - neogit - nvim-surround - hlchunk - fff.nvim - gitsigns --- lua/bee/plugins/init.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lua/bee/plugins/init.lua') 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") }, } -- cgit v1.3.1