Skip to content

Commit

Permalink
Change to disable the minimap feature by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Dec 30, 2023
1 parent d2c90f7 commit d7eb91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ func (c *gonvimConfig) init() {

// ----

c.MiniMap.Disable = true
c.MiniMap.Width = 110

// ----
Expand Down

0 comments on commit d7eb91d

Please sign in to comment.