add org bullets

This commit is contained in:
Thomas Ruoff
2024-09-16 08:17:26 +02:00
parent 776ecc5bf6
commit 9baa2b8ad8

View File

@@ -27,7 +27,7 @@ return {
require('orgmode').setup {
org_agenda_files = '~/org/**/*',
org_default_notes_file = '~/org/refile.org',
org_todo_keywords = { 'TODO', 'WAITING', '|', 'DONE', 'DELEGATED' },
org_todo_keywords = { 'TODO(t)', 'WAIT', '|', 'DONE', 'DELEGATED(e)' },
}
vim.api.nvim_create_autocmd({ 'BufNewFile', 'BufRead' }, {
@@ -40,4 +40,5 @@ return {
})
end,
},
{ 'akinsho/org-bullets.nvim', config = true },
}