mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-22 02:08:46 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
10b0590218
commit
dc692168ca
1 changed files with 15 additions and 1 deletions
|
@ -1293,3 +1293,17 @@ return{
|
||||||
```
|
```
|
||||||
summer: <be>
|
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
|
Loading…
Add table
Add a link
Reference in a new issue