mini-map
URL: https://github.com/nvim-mini/mini.map/
Maintainers: Heitor Augusto
plugins.mini-map.enable
Whether to enable mini-map.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-map.package
The mini-map package to use.
Type: package
Default:
pkgs.vimPlugins.mini-map
Declared by:
plugins.mini-map.autoLoad
Whether to automatically load mini-map when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-map.settings
Options provided to the require('mini.map').setup function.
Type: lua value
Default:
{ }
Example:
{
integrations = lib.nixvim.mkRaw "nil";
symbols = {
encode = lib.nixvim.mkRaw "nil";
scroll_line = "█";
scroll_view = "┃";
};
window = {
focusable = false;
show_integration_count = true;
side = "right";
width = 10;
winblend = 25;
zindex = 10;
};
}
Declared by: