Updated 7. Contoh Custom Plugins (markdown)

Asep Komarudin 2023-03-01 09:33:17 +07:00
parent 8e8044216e
commit eca48c5b83

@ -1113,7 +1113,7 @@ return{
}
```
- Tambahkan pada lua/custom/whichkey.lua
```
```lua
return{
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
}