From 150375160fe8392da38487bb5df3f01fc3f34894 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 8 Sep 2017 17:11:07 +0300 Subject: [PATCH] fix(config) vim: "false" -> false --- json/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/config.json b/json/config.json index 3c599197..dbdb36eb 100644 --- a/json/config.json +++ b/json/config.json @@ -28,6 +28,6 @@ "terminal": false, "terminalPath": "", "showConfig": "false", - "vim": "false" + "vim": false }