mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-24 19:25:32 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
8e8044216e
commit
eca48c5b83
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ return{
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- Tambahkan pada lua/custom/whichkey.lua
|
- Tambahkan pada lua/custom/whichkey.lua
|
||||||
```
|
```lua
|
||||||
return{
|
return{
|
||||||
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue