aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins/todo-comments.lua
blob: c4c7764d05814f1f16cf8a0da9fb9f9a3bd40f17 (plain)
1
2
3
4
5
-- Highlight todo, notes, etc in comments
return {
  { 'folke/todo-comments.nvim', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
}
-- vim: ts=2 sts=2 sw=2 et