Skip to content

Commit 6a1be2f

Browse files
author
Prime Again
committed
automated dev commit
1 parent dfc6ae8 commit 6a1be2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/theprimeagen/lazy/local.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ local local_plugins = {
55
dir = "~/personal/cockpit",
66
config = function()
77
require("cockpit")
8+
vim.keymap.set("n", "<leader>ct", "<cmd>CockpitTest<CR>")
9+
vim.keymap.set("n", "<leader>cr", "<cmd>CockpitRefresh<CR>")
810
end,
911
},
1012

0 commit comments

Comments
 (0)