Skip to content

Commit d92308a

Browse files
author
Prime Again
committed
automated dev commit
1 parent f2899b8 commit d92308a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lua/theprimeagen/lazy/local.lua

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ local local_plugins = {
55
dir = "~/personal/caleb",
66
config = function() end
77
},
8-
{
9-
"rfceez",
10-
dir = "~/personal/rfceez",
11-
config = function()
12-
local rfc = require("rfceez")
13-
rfc.setup()
14-
vim.keymap.set("n", "<leader>ra", function() rfc.add() end)
15-
vim.keymap.set("n", "<leader>rd", function() rfc.rm() end)
16-
vim.keymap.set("n", "<leader>rs", function() rfc.show_notes() end)
17-
vim.keymap.set("n", "[r", function() rfc.nav_next() end)
18-
vim.keymap.set("n", "[[r", function() rfc.show_next() end)
19-
end
20-
},
218
{
229
"harpoon",
2310
dir = "~/personal/harpoon",

0 commit comments

Comments
 (0)