add todo list bind

This commit is contained in:
2024-03-29 23:30:14 -04:00
parent 2b1d1249df
commit 46d34d9151

View File

@ -117,6 +117,11 @@ if pcall(require, "telescope") then
end
end
-- todo list
if pcall(require, "todo-comments") then
map("n", "<leader>td", "<cmd>TodoQuickFix<CR>", { desc = 'open up list of TODO\'s' })
end
-- harpoon
if (pcall(require, 'harpoon')) then
local harpoon = require("harpoon")