add: icon run and test

This commit is contained in:
asep.komarudin 2024-06-14 07:01:34 +07:00
parent cbd0b55458
commit ecc54b9f87
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ vim.g.pcode_whichkey = {
k = { '<cmd>lua print("Testing")<cr>', "Example" },
},
["r"] = {
name = "Run",
name = "Run",
j = { "<cmd>Jaq float<CR>", "Run With Jaq" },
},
}