origami
URL: https://github.com/chrisgrieser/nvim-origami/
Maintainers: Gaetan Lepage
plugins.origami.enable
Whether to enable nvim-origami.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.origami.package
The nvim-origami package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-origami
Declared by:
plugins.origami.autoLoad
Whether to automatically load nvim-origami when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.origami.settings
Options provided to the require('origami').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
keepFoldsAcrossSessions = true;
pauseFoldsOnSearch = true;
setupFoldKeymaps = false;
}
Declared by: