Updated 7. Contoh Custom Plugins (markdown)

Asep Komarudin 2023-03-01 11:36:54 +07:00
parent 43761a7f9c
commit 395ad71b30

@ -1289,6 +1289,16 @@ return{
keymap("n", "<m-r>", ":silent only | Jaq<cr>", opts) keymap("n", "<m-r>", ":silent only | Jaq<cr>", opts)
return M return M
end, end,
}
```
- tambahkan lua/custom whichkey.lua
```lua
return{
["r"] = {
name = "Run",
j = { "<cmd>Jaq float<CR>", "Run With Jaq" },
},
} }
``` ```
summer: <be> summer: <be>