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 dfc6ae8 commit 6a1be2fCopy full SHA for 6a1be2f
lua/theprimeagen/lazy/local.lua
@@ -5,6 +5,8 @@ local local_plugins = {
5
dir = "~/personal/cockpit",
6
config = function()
7
require("cockpit")
8
+ vim.keymap.set("n", "<leader>ct", "<cmd>CockpitTest<CR>")
9
+ vim.keymap.set("n", "<leader>cr", "<cmd>CockpitRefresh<CR>")
10
end,
11
},
12
0 commit comments