added todo comments

This commit is contained in:
Oliver Hartmann 2024-06-26 22:56:30 +02:00
parent eee5d5bbf5
commit 5101091fe7

View File

@ -0,0 +1,9 @@
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
},
}