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

neo-tree

URL: https://github.com/nvim-neo-tree/neo-tree.nvim/

Maintainers: Gaetan Lepage


Plugin to manage the file system and other tree like structures.

plugins.neo-tree.enable

Whether to enable neo-tree.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neo-tree.package

The neo-tree package to use.

Type: package

Default: pkgs.vimPlugins.neo-tree-nvim

Declared by:

plugins.neo-tree.autoLoad

Whether to automatically load neo-tree when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.neo-tree.settings

Options provided to the require('neo-tree').setup function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  close_if_last_window = true;
  filesystem = {
    follow_current_file = {
      enabled = true;
      leave_dirs_open = true;
    };
  };
}

Declared by: