fix nvim: Disable default open Minimap
This commit is contained in:
parent
92343ab2ae
commit
85f7f9a560
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user