smart-splits
URL: https://github.com/mrjones2014/smart-splits.nvim/
Maintainers: Gabriel Arazas
plugins.smart-splits.enable
Whether to enable smart-splits.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.smart-splits.package
The smart-splits.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.smart-splits-nvim
Declared by:
plugins.smart-splits.settings
Options provided to the require('smart-splits').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
ignored_events = [
"BufEnter"
"WinEnter"
];
resize_mode = {
quit_key = "<ESC>";
resize_keys = [
"h"
"j"
"k"
"l"
];
silent = true;
};
}
Declared by: