We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2899b8 commit d92308aCopy full SHA for d92308a
lua/theprimeagen/lazy/local.lua
@@ -5,19 +5,6 @@ local local_plugins = {
5
dir = "~/personal/caleb",
6
config = function() end
7
},
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
- },
21
{
22
"harpoon",
23
dir = "~/personal/harpoon",
0 commit comments