Updated 7. Contoh Custom Plugins (markdown)

Asep Komarudin 2023-03-01 10:05:14 +07:00
parent dc692168ca
commit 1b38b0f7f8

@ -1306,4 +1306,18 @@ retrun{
}
```
summer :<be>
https://github.com/folke/todo-comments.nvim
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 : <be>
https://github.com/karb94/neoscroll.nvim