fix nvim: Disable default open Minimap

This commit is contained in:
2025-06-01 17:22:47 +08:00
parent 92343ab2ae
commit 85f7f9a560

View File

@@ -76,7 +76,7 @@ return {
--- Put your configuration here --- Put your configuration here
---@type Neominimap.UserConfig ---@type Neominimap.UserConfig
vim.g.neominimap = { vim.g.neominimap = {
auto_enable = true, auto_enable = false,
click = { click = {
-- Enable mouse click on the minimap -- Enable mouse click on the minimap