1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add todo-comments plugin

This commit is contained in:
Dan Barber 2024-08-23 18:12:24 -05:00
parent c5d6c76f11
commit f67825a58a

View File

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