mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-18 16:28:39 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
1b38b0f7f8
commit
43761a7f9c
1 changed files with 1 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ https://github.com/is0n/jaq-nvim
|
||||||
# todo-comments.nvim
|
# todo-comments.nvim
|
||||||
- but file lua/plugin/todocomment.lua
|
- but file lua/plugin/todocomment.lua
|
||||||
```lua
|
```lua
|
||||||
retrun{
|
return{
|
||||||
"folke/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue