Merge branch 'diff-gutter' of https://github.com/p-e-w/micro

This commit is contained in:
Zachary Yedidia
2020-02-10 00:28:43 -05:00
32 changed files with 449 additions and 49 deletions

File diff suppressed because one or more lines are too long

View File

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