diff --git a/data/micro.json b/data/micro.json index 49fdc662..8a31adda 100644 --- a/data/micro.json +++ b/data/micro.json @@ -305,8 +305,8 @@ }, "statusline": { "description": "Whether to display a status line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "sudo" + "type": "boolean", + "default": true }, "sucmd": { "description": "A super user command\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", @@ -364,4 +364,4 @@ } }, "additionalProperties": false -} \ No newline at end of file +}