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
Which package to use for the smart-splits.nvim plugin.
Type: package
Default:
<derivation vimplugin-smart-splits.nvim-2024-05-14>
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: