feat: <leader>tt now toggles TodoTrouble

This commit is contained in:
2024-06-02 08:52:31 +02:00
parent 76f158c76b
commit c053654663

View File

@@ -5,7 +5,7 @@ return {
keys = {
{
"<leader>tt",
":TodoTrouble<CR>",
":TodoTrouble toggle<CR>",
desc = "Trouble (TODOs)",
},
{