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