Skip to content
Discussion options

You must be logged in to vote

The wiki contains a list of documented modules but for the past month or so I've been focusing on the code and leaving docs until before the 0.1 release. I know that the completion errors are a bit annoying and i will be fixing it tomorrow and forcing users to select a completion engine manually. As of now you probably want to configure core.norg completion as such:

["core.norg.completion"] = {
    config = {
        engine = nil
    }
}

Or optionally you can disable the module entirely:

["core.defaults"] = {
    config = {
        disable = { "core.norg.completion" },
    }
}

Note that setting the engine to nil will cause warnings to show up, I'll be fixing that tomorrow too :)

Looking a…

Replies: 1 comment 1 reply

Comment options

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

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