refactor(nvim): replace org NEXT with WAIT

This commit is contained in:
Price Hiller 2024-05-18 06:25:37 -05:00
parent f724ead4cc
commit 5990963264
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -34,7 +34,7 @@ return {
org_hide_emphasis_markers = true,
org_startup_indented = false,
org_adapt_indentation = false,
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
org_todo_keywords = { "TODO(t)", "WAIT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",
org_capture_templates = {
t = {