Nvim: added highlighting for 'Todo'

This commit is contained in:
pr0c3550r 2023-08-05 22:39:56 +02:00
parent 63139c9550
commit d776892699

View file

@ -0,0 +1,11 @@
return {
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
}