mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-17 16:01:00 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
43761a7f9c
commit
395ad71b30
1 changed files with 10 additions and 0 deletions
|
@ -1289,6 +1289,16 @@ return{
|
|||
keymap("n", "<m-r>", ":silent only | Jaq<cr>", opts)
|
||||
return M
|
||||
end,
|
||||
}
|
||||
```
|
||||
- tambahkan lua/custom whichkey.lua
|
||||
```lua
|
||||
return{
|
||||
["r"] = {
|
||||
name = "Run",
|
||||
j = { "<cmd>Jaq float<CR>", "Run With Jaq" },
|
||||
},
|
||||
|
||||
}
|
||||
```
|
||||
summer: <be>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue