feat(fzf-lua): added support for todo-comments
This commit is contained in:
1 file changed
+10
@@ -135,6 +135,16 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"folke/todo-comments.nvim",
|
||||||
|
optional = true,
|
||||||
|
-- stylua: ignore
|
||||||
|
keys = {
|
||||||
|
{ "<leader>st", function() require("todo-comments.fzf").todo() end, desc = "Todo" },
|
||||||
|
{ "<leader>sT", function () require("todo-comments.fzf").todo({ keywords = { "TODO", "FIX", "FIXME" } }) end, desc = "Todo/Fix/Fixme" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- remove when https://github.com/ibhagwan/fzf-lua/pull/1244 gets merged
|
-- remove when https://github.com/ibhagwan/fzf-lua/pull/1244 gets merged
|
||||||
{
|
{
|
||||||
"ibhagwan/fzf-lua",
|
"ibhagwan/fzf-lua",
|
||||||
|
|||||||
Reference in new issue
Block a user