mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 08:50:30 -07:00
add todo-comments, trouble
This commit is contained in:
parent
bb10c66f29
commit
95d38fef5d
4 changed files with 59 additions and 5 deletions
10
lua/plugins/todo-comments.lua
Normal file
10
lua/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
lazy = false,
|
||||
opts = {
|
||||
-- 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