diff --git a/7.-Contoh-Custom-Plugins.md b/7.-Contoh-Custom-Plugins.md index e69c056..daec06d 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1292,4 +1292,18 @@ return{ } ``` summer: -https://github.com/is0n/jaq-nvim \ No newline at end of file +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 : +https://github.com/folke/todo-comments.nvim \ No newline at end of file