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

devdocs

URL: https://github.com/maskudo/devdocs.nvim/

Maintainers: Gaetan Lepage


A Neovim plugin for accessing DevDocs documentation.

plugins.devdocs.enable

Whether to enable devdocs.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.devdocs.package

The devdocs package to use.

Type: package

Default:

pkgs.vimPlugins.devdocs-nvim

Declared by:

plugins.devdocs.autoLoad

Whether to automatically load devdocs when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.devdocs.settings

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

Type: lua value

Default:

{ }

Example:

{
  ensure_installed = [
    "go"
    "html"
    "http"
    "lua~5.1"
  ];
}

Declared by: