Skip to content

How to customize the conceal symbols of ordered lists? #812

Answered by d-r-a-b
Aumnescio asked this question in Q&A
Discussion options

You must be logged in to vote

This is a somewhat annoying thing to solve because you have to know

  • how Lua works (specifically require path and pass by reference semantics on tables)
  • how Neovim interfaces with Lua
  • how lazy.nvim fixes your runtime path (and when!)
  • how neorg surfaces module_config
    • it can also be nice to know how neorg surfaces modules themselves

Always receiving some variation of the module not found or attempting to index <something that doesn't exist> errors.

You're getting that specific error because runtimepath isn't set up yet, but it wouldn't have worked anyways because loading core.concealer relies on neorg functionality. So even if neovim could find what you want, it would error out differ…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Aumnescio
Comment options

Answer selected by Aumnescio
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