Skip to content

Completion

github-actions[bot] edited this page Jan 7, 2024 · 71 revisions

core.completion

Get completions in Neorg files

Overview

This module is an intermediary between Neorg and the completion engine of your choice. After setting up this module (this usually just involves setting the engine field in the configuration section), please read the corresponding wiki page for the engine you selected (nvim-cmp or nvim-compe) to complete setup.

Configuration

  • engine
    (nil)

    The engine to use for completion.

    Possible values:

    nil
  • name
    (string)

    The identifier for the Neorg source.

    "[Neorg]"

Required Modules

Clone this wiki locally