feat(nvim): plugins for todos
This commit is contained in:
parent
ddf28ab99e
commit
f9aeabd084
@ -152,4 +152,9 @@ return {
|
|||||||
require("which-key").setup()
|
require("which-key").setup()
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/todo-comments.nvim",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
opts = {}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user