Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mkdnflow

URL: https://github.com/jakewvincent/mkdnflow.nvim/

Maintainers: Austin Horstman

plugins.mkdnflow.enable

Whether to enable mkdnflow.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mkdnflow.package

The mkdnflow package to use.

Type: package

Default: pkgs.vimPlugins.mkdnflow-nvim

Declared by:

plugins.mkdnflow.autoLoad

Whether to automatically load mkdnflow when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mkdnflow.settings

Options provided to the require('mkdnflow').setup function.

Type: lua value

Default: { }

Example:

{
  create_dirs = false;
  links = {
    conceal = true;
    style = "wiki";
  };
  modules = {
    bib = false;
    yaml = true;
  };
  perspective = {
    priority = "root";
    root_tell = ".git";
  };
  to_do = {
    symbols = [
      "✗"
      "◐"
      "✓"
    ];
  };
}

Declared by: