add orgmode and update todo-comments regex thing
This commit is contained in:
parent
38e67d90ca
commit
52e834f099
1 changed files with 14 additions and 3 deletions
|
@ -170,9 +170,20 @@ in {
|
|||
|
||||
# TODO learn and add harpoon
|
||||
|
||||
notes.todo-comments = {
|
||||
enable = true;
|
||||
mappings.telescope = "<leader>tt";
|
||||
notes = {
|
||||
todo-comments = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue