From 46d34d9151549350d4db4c44698e76bcdb0d56bb Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 29 Mar 2024 23:30:14 -0400 Subject: add todo list bind --- lua/conf/binds.lua | 5 +++++ 1 file changed, 5 insertions(+) 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") -- cgit v1.2.1