Add todo-comments plugin with shortcuts for finding TODO comments
This commit is contained in:
parent
19b9731931
commit
65f8d967df
1 changed files with 8 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ return {
|
|||
"query",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"bash",
|
||||
"bash",
|
||||
"json",
|
||||
"jsonc",
|
||||
"python",
|
||||
|
|
@ -53,4 +53,11 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {},
|
||||
},
|
||||
vim.keymap.set("n", "<leader>ct", ":TodoQuickFix<CR>", { desc = "Show TODO" }),
|
||||
vim.keymap.set("n", "<leader>fc", ":TodoTelescope<CR>", { desc = "Show TODO" }),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue