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