add todo list bind
This commit is contained in:
parent
d070d601d1
commit
0c25dcf748
1 changed files with 5 additions and 0 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue