Add diff gutter

This commit is contained in:
Philipp Emanuel Weidmann
2020-02-08 13:26:24 +05:30
parent c4bfa825a1
commit de33eac058
32 changed files with 402 additions and 48 deletions

File diff suppressed because one or more lines are too long

View File

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