edgy
URL: https://github.com/folke/edgy.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin to easily create and manage predefined window layouts.
plugins.edgy.enable
Whether to enable edgy.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.edgy.package
The edgy package to use.
Type: package
Default:
pkgs.vimPlugins.edgy-nvim
Declared by:
plugins.edgy.autoLoad
Whether to automatically load edgy when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.edgy.callSetup
Whether to generate the standard require('edgy').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: