diff --git a/lua/plugins.lua b/lua/plugins.lua index 115c3a5..869ec0a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -86,6 +86,7 @@ require("lazy").setup({ require('orgmode').setup({ org_agenda_files = '~/orgfiles/**/*', org_default_notes_file = '~/orgfiles/refile.org', + org_todo_keywords = {'TODO(t)', 'STARTED(s)', 'PLANNED(p)', '|', 'DONE(d)', 'UNPLANNED(u)' }, }) -- NOTE: If you are using nvim-treesitter with ~ensure_installed = "all"~ option