initial commit

This commit is contained in:
Robin Jenni
2026-03-10 18:39:47 +01:00
commit fae6e1fb6f
30 changed files with 832 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
keys = {
{
"<leader>t",
"<cmd>Trouble todo toggle<cr>",
desc = "Todo List (Trouble)",
},
},
}