gitignore

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

Maintainers: Gaetan Lepage

plugins.gitignore.enable

Whether to enable gitignore.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.gitignore.package

Which package to use for the gitignore plugin.

Type: package

Default: <derivation vimplugin-gitignore.nvim-2024-03-25>

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: