enable todo-comments

This commit is contained in:
jacekpoz 2024-06-08 18:10:27 +02:00
parent c860ee8f93
commit e9944e0018
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -164,6 +164,11 @@ in {
comments.comment-nvim.enable = true;
# TODO learn and add harpoon
notes.todo-comments = {
enable = true;
mappings.telescope = "<leader>tt";
};
};
};
};