feat: add todo-comments.nvim

This commit is contained in:
Devin Lumley 2024-01-02 16:43:23 -08:00
parent 72411cfbcf
commit 01a66527f8
2 changed files with 6 additions and 0 deletions

View file

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