Add softwrap

This commit is contained in:
Zachary Yedidia
2016-10-12 16:24:00 -04:00
parent 546acfd21d
commit e30a4139e6
2 changed files with 51 additions and 25 deletions

View File

@@ -188,6 +188,7 @@ func DefaultGlobalSettings() map[string]interface{} {
"saveundo": false,
"scrollspeed": float64(2),
"scrollmargin": float64(3),
"softwrap": false,
"statusline": true,
"syntax": true,
"tabsize": float64(4),
@@ -215,6 +216,7 @@ func DefaultLocalSettings() map[string]interface{} {
"saveundo": false,
"scrollspeed": float64(2),
"scrollmargin": float64(3),
"softwrap": false,
"statusline": true,
"syntax": true,
"tabsize": float64(4),