indent-o-matic
URL: https://github.com/Darazaki/indent-o-matic/
Maintainers: Alison Jenkins
Dumb automatic fast indentation detection for Neovim.
plugins.indent-o-matic.enable
Whether to enable indent-o-matic.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.indent-o-matic.package
The indent-o-matic package to use.
Type: package
Default:
pkgs.vimPlugins.indent-o-matic
Declared by:
plugins.indent-o-matic.autoLoad
Whether to automatically load indent-o-matic when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.indent-o-matic.callSetup
Whether to generate the standard require('indent-o-matic').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: