Skip to content

Attempting to install nvim-orgmode on LazyVim #762

Answered by kristijanhusak
wolfv6 asked this question in Q&A
Discussion options

You must be logged in to vote

You forgot the return.

This needs to be in nvim-orgmode.lua file:

return {
  'nvim-orgmode/orgmode',
  event = 'VeryLazy',
  ft = { 'org' },
  config = function()
    require('orgmode').setup({
      org_agenda_files = '~/orgfiles/**/*',
      org_default_notes_file = '~/orgfiles/refile.org',
    })
  end,
}

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@wolfv6
Comment options

@kristijanhusak
Comment options

@wolfv6
Comment options

@kristijanhusak
Comment options

Answer selected by wolfv6
@wolfv6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants