mini-move
URL: https://github.com/nvim-mini/mini.move/
Maintainers: Heitor Augusto
plugins.mini-move.enable
Whether to enable mini-move.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-move.package
The mini-move package to use.
Type: package
Default:
pkgs.vimPlugins.mini-move
Declared by:
plugins.mini-move.autoLoad
Whether to automatically load mini-move when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-move.settings
Options provided to the require('mini.move').setup function.
Type: lua value
Default:
{ }
Example:
{
mappings = {
down = "<M-j>";
left = "<M-h>";
line_down = "<M-j>";
line_left = "<M-h>";
line_right = "<M-l>";
line_up = "<M-k>";
right = "<M-l>";
up = "<M-k>";
};
options = {
reindent_linewise = true;
};
}
Declared by: