install todo comments

This commit is contained in:
andrzej 2024-09-25 12:56:58 +02:00
parent 71c9a0d9a8
commit 77f09950b5
1 changed files with 9 additions and 0 deletions

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