snacks
URL: https://github.com/folke/snacks.nvim/
Maintainers: Heitor Augusto
A collection of small QoL plugins for Neovim.
plugins.snacks.enable
Whether to enable snacks.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.snacks.package
The snacks package to use.
Type: package
Default:
pkgs.vimPlugins.snacks-nvim
Declared by:
plugins.snacks.autoLoad
Whether to automatically load snacks when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.snacks.callSetup
Whether to generate the standard require('snacks').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: