feat(nvim): add todo keywords to org-mode

This commit is contained in:
Price Hiller 2023-11-23 11:25:35 -06:00
parent 4f541b833d
commit 33201c016b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -36,6 +36,7 @@ return {
org_agenda_files = "~/Notes/**/*",
org_default_notes_file = "~/Notes/notes.org",
org_startup_folded = "inherit",
org_todo_keywords = {'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', "CANCELLED(c)" },
calendar_week_start_day = 0,
org_agenda_start_on_weekday = 0,
org_capture_templates = {