Updated 7. Contoh Custom Plugins (markdown)

Asep Komarudin 2023-03-01 10:02:17 +07:00
parent 10b0590218
commit dc692168ca

@ -1292,4 +1292,18 @@ return{
}
```
summer: <be>
https://github.com/is0n/jaq-nvim
https://github.com/is0n/jaq-nvim
# todo-comments.nvim
- but file lua/plugin/todocomment.lua
```lua
retrun{
"folke/todo-comments.nvim",
event = "BufRead",
config = function()
require("todo-comments").setup()
end,
}
```
summer :<be>
https://github.com/folke/todo-comments.nvim