add todo highlighting

This commit is contained in:
Thomas Ruoff
2023-05-17 08:16:28 +02:00
parent 342050db2c
commit 392b983a7d

View File

@@ -0,0 +1,11 @@
return {
'folke/todo-comments.nvim',
requires = 'nvim-lua/plenary.nvim',
config = function()
require('todo-comments').setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end,
}