blob: 52e52b6db93634d82df6ac4a7256fa973101a242 (
plain)
1
2
3
4
5
6
7
8
9
|
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}
|