diff --git a/7.-Contoh-Custom-Plugins.md b/7.-Contoh-Custom-Plugins.md index daec06d..c433740 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1306,4 +1306,18 @@ retrun{ } ``` summer : -https://github.com/folke/todo-comments.nvim \ No newline at end of file +https://github.com/folke/todo-comments.nvim + +# Neoscroll +- but file lua/plugin/neoscroll.lua +```lua +return{ + "karb94/neoscroll.nvim", + event = "BufRead", + config = function() + require("neoscroll").setup() + end, +} +``` +summer : +https://github.com/karb94/neoscroll.nvim \ No newline at end of file