add todo-comments.nvim

This commit is contained in:
Guanran Wang 2024-02-27 03:26:25 +08:00
parent 9be5714e75
commit d31fe5a044
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -0,0 +1,5 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
}