autoclose
URL: https://github.com/m4xshen/autoclose.nvim/
Maintainers: Gaetan Lepage
Automatically close pairs in Neovim.
plugins.autoclose.enable
Whether to enable autoclose.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.autoclose.package
The autoclose package to use.
Type: package
Default:
pkgs.vimPlugins.autoclose-nvim
Declared by:
plugins.autoclose.autoLoad
Whether to automatically load autoclose when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.autoclose.callSetup
Whether to generate the standard require('autoclose').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: