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

package-info

URL: https://github.com/vuki656/package-info.nvim/

Maintainers: Austin Horstman


A Neovim plugin to manage npm/yarn/pnpm dependencies, commands and more.

plugins.package-info.enable

Whether to enable package-info.

Type: boolean

Default: false

Example: true

Declared by:

plugins.package-info.enableTelescope

Whether to enable the package_info telescope picker…

Type: boolean

Default: false

Example: true

Declared by:

plugins.package-info.package

The package-info package to use.

Type: package

Default: pkgs.vimPlugins.package-info-nvim

Declared by:

plugins.package-info.packageManagerPackage

The npm package to use.

Type: null or package

Default: null

Example: pkgs.nodePackages.npm

Declared by:

plugins.package-info.autoLoad

Whether to automatically load package-info when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.package-info.settings

Options provided to the require('package-info').setup function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  hide_up_to_date = true;
  icons = {
    style = {
      outdated = "|  ";
      up_to_date = "|  ";
    };
  };
  package_manager = "npm";
}

Declared by: