first commit
This commit is contained in:
11
profiles/desktop/.config/nvim/lua/plugins/orgmode.lua
Normal file
11
profiles/desktop/.config/nvim/lua/plugins/orgmode.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'nvim-orgmode/orgmode',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
-- Setup orgmode
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = '~/orgfiles/**/*',
|
||||
org_default_notes_file = '~/orgfiles/refile.org',
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user