Start implementing backup system

This commit is contained in:
Zachary Yedidia
2019-12-21 16:35:09 -05:00
parent 88b8fc713d
commit a86a6c464e
2 changed files with 50 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ func GetGlobalOption(name string) interface{} {
var defaultCommonSettings = map[string]interface{}{
"autoindent": true,
"backup": true,
"basename": false,
"colorcolumn": float64(0),
"cursorline": true,