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
The gitignore.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.gitignore-nvim
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: