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

gitignore

URL: https://github.com/wintermute-cell/gitignore.nvim/

Maintainers: Gaetan Lepage


A Neovim plugin for generating .gitignore files.

plugins.gitignore.enable

Whether to enable gitignore.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.gitignore.package

The gitignore package to use.

Type: package

Default:

pkgs.vimPlugins.gitignore-nvim

Declared by:

plugins.gitignore.autoLoad

Whether to automatically load gitignore when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.gitignore.keymap

Keyboard shortcut for the gitignore.generate command. Can be:

  • A string: which key to bind
  • An attrs: if you want to customize the mode and/or the options of the keymap (desc, silent, …)

Type: null or string or (submodule)

Default:

null

Example:

"<leader>gi"

Declared by: