add orgmode and update todo-comments regex thing

This commit is contained in:
jacekpoz 2024-06-23 19:54:44 +02:00
parent 38e67d90ca
commit 52e834f099
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -170,9 +170,20 @@ in {
# TODO learn and add harpoon # TODO learn and add harpoon
notes.todo-comments = { notes = {
enable = true; todo-comments = {
mappings.telescope = "<leader>tt"; enable = true;
mappings.telescope = "<leader>tt";
setupOpts.highlight.pattern = ".*<(KEYWORDS)\s*";
};
orgmode = {
enable = true;
setupOpts = {
org_agenda_files = [ "~/Notes/org" ];
org_default_notes_file = "~/Notes/org/refile.org";
};
treesitter.enable = true;
};
}; };
}; };
}; };