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