add todo list bind
This commit is contained in:
@ -117,6 +117,11 @@ if pcall(require, "telescope") then
|
|||||||
end
|
end
|
||||||
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
|
-- harpoon
|
||||||
if (pcall(require, 'harpoon')) then
|
if (pcall(require, 'harpoon')) then
|
||||||
local harpoon = require("harpoon")
|
local harpoon = require("harpoon")
|
||||||
|
Reference in New Issue
Block a user