all repos

init.lua @ f9c5f74a9d3c60b34db57373e9099db4d751424b

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(orgmode): change todo keywords
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-29 16:15:27 +0200
Parent: 36c2da5
M lua/plugins/orgmode.lua

@@ -46,6 +46,7 @@ ---@type OrgDefaultConfig

opts = { org_default_notes_file = dir .. "/refile.org", org_agenda_files = dir .. "/**/*", + org_todo_keywords = { "TODO", "DOING", "|", "DONE" }, mappings = { prefix = "<leader>o", org = {