add plugins
This commit is contained in:
parent
257b1f97f1
commit
de4b8a1d76
7 changed files with 134 additions and 20 deletions
10
lua/custom/plugins/todo-comment.lua
Normal file
10
lua/custom/plugins/todo-comment.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
signs = false
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue