add todo-comments, trouble

This commit is contained in:
Gabe Farrell 2024-04-10 15:36:25 -04:00
parent bb10c66f29
commit 95d38fef5d
4 changed files with 59 additions and 5 deletions

View file

@ -0,0 +1,10 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
lazy = false,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}