mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 04:24:35 +02:00
feat(fzf-lua): added support for todo-comments
This commit is contained in:
parent
c155b2e965
commit
b74db85447
1 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue