dotfiles/dot_config/nvim/lua/config/plugins/todo-comments.lua
2024-09-26 16:45:44 -05:00

10 lines
154 B
Lua

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