origami
URL: https://github.com/chrisgrieser/nvim-origami/
Maintainers: Gaetan Lepage
A Neovim plugin for managing folds with ease.
plugins.origami.enable
Whether to enable origami.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.origami.package
The origami package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-origami
Declared by:
plugins.origami.autoLoad
Whether to automatically load origami when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.origami.callSetup
Whether to generate the standard require('origami').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:
plugins.origami.settings
Options provided to the require('origami').setup function.
Type: lua value
Default:
{ }
Example:
{
pauseFoldsOnSearch = true;
setupFoldKeymaps = false;
}
Declared by: