mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
add org bullets
This commit is contained in:
@@ -27,7 +27,7 @@ return {
|
|||||||
require('orgmode').setup {
|
require('orgmode').setup {
|
||||||
org_agenda_files = '~/org/**/*',
|
org_agenda_files = '~/org/**/*',
|
||||||
org_default_notes_file = '~/org/refile.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' }, {
|
vim.api.nvim_create_autocmd({ 'BufNewFile', 'BufRead' }, {
|
||||||
@@ -40,4 +40,5 @@ return {
|
|||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{ 'akinsho/org-bullets.nvim', config = true },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user