Skip to main content

Todo Comments

Adds the ability to generate todo_comments from function, class or variable signatures.

Settings

Settings for the todo_comments module.

You can access and override these values in your config.lua. I.e.

local todo_comments_settings = doom.features.todo_comments.settings
todo_comments_settings.<field> = <new_value>
todo_comments.packages = {
["todo-comments.nvim"] = {
"folke/todo-comments.nvim",
commit = "8df75dbb9ddd78a378b9661f25f0b193f38f06dd",
},
}