added hold status on tasks in org

This commit is contained in:
Warwick 2025-01-30 09:48:03 +00:00
parent 112ccae334
commit 4c25625738

View file

@ -14,6 +14,7 @@ require('nvim-treesitter.configs').setup({
require('orgmode').setup({
org_agenda_files = { "~/.vimwiki/org/**/*.org" },
org_default_notes_file = '~/.vimwiki/org/refile.org',
org_todo_keywords = {'TODO(t)', 'HOLD(h)', '|', 'DONE(d)'}
})
require('cmp').setup({