Change diffgutter default to false

This commit is contained in:
Zachary Yedidia
2020-02-10 00:30:13 -05:00
parent bdf9e6d3a4
commit ecb9fd5a8a
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ var defaultCommonSettings = map[string]interface{}{
"basename": false,
"colorcolumn": float64(0),
"cursorline": true,
"diffgutter": true,
"diffgutter": false,
"encoding": "utf-8",
"eofnewline": false,
"fastdirty": true,