zellij-nav
URL: https://github.com/swaits/zellij-nav.nvim/
Maintainers: Gaetan Lepage
plugins.zellij-nav.enable
Whether to enable zellij-nav.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.zellij-nav.package
The zellij-nav.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.zellij-nav-nvim
Declared by:
plugins.zellij-nav.autoLoad
Whether to automatically load zellij-nav.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.zellij-nav.settings
Options provided to the require('zellij-nav').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: