Added todo

This commit is contained in:
2023-06-15 22:38:09 +02:00
parent 5eb004c24d
commit 30eb479d9d

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
}
}