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
dc692168ca
commit
1b38b0f7f8
1 changed files with 15 additions and 1 deletions
|
@ -1307,3 +1307,17 @@ retrun{
|
||||||
```
|
```
|
||||||
summer :<be>
|
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
|
Loading…
Add table
Add a link
Reference in a new issue