cutlass-nvim
URL: https://github.com/gbprod/cutlass.nvim/
Maintainers: Saygo
plugins.cutlass-nvim.enable
Whether to enable cutlass-nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cutlass-nvim.package
The cutlass-nvim package to use.
Type: package
Default:
pkgs.vimPlugins.cutlass-nvim
Declared by:
plugins.cutlass-nvim.autoLoad
Whether to automatically load cutlass-nvim when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cutlass-nvim.callSetup
Whether to generate the standard require('cutlass').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:
plugins.cutlass-nvim.settings
Options provided to the require('cutlass').setup function.
Type: lua value
Default:
{ }
Example:
{
exclude = [
"ns"
"nS"
"nx"
"nX"
"nxx"
"nX"
];
override_del = true;
registers = {
change = "c";
delete = "d";
select = "s";
};
}
Declared by: