From dad0b7b904fd82f588713cfb3033bb345723945f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 8 Sep 2017 15:56:29 +0300 Subject: [PATCH] fix(config) vim enabled by default --- json/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/config.json b/json/config.json index 1b034f85..3c599197 100644 --- a/json/config.json +++ b/json/config.json @@ -28,6 +28,6 @@ "terminal": false, "terminalPath": "", "showConfig": "false", - "vim": "true" + "vim": "false" }