diff --git a/lua/conf/binds.lua b/lua/conf/binds.lua index 4549553..42c609e 100644 --- a/lua/conf/binds.lua +++ b/lua/conf/binds.lua @@ -117,6 +117,11 @@ if pcall(require, "telescope") then end end +-- todo list +if pcall(require, "todo-comments") then + map("n", "td", "TodoQuickFix", { desc = 'open up list of TODO\'s' }) +end + -- harpoon if (pcall(require, 'harpoon')) then local harpoon = require("harpoon")