diff options
Diffstat (limited to 'lua/conf')
-rw-r--r-- | lua/conf/binds.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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", "<leader>td", "<cmd>TodoQuickFix<CR>", { desc = 'open up list of TODO\'s' }) +end + -- harpoon if (pcall(require, 'harpoon')) then local harpoon = require("harpoon") |