From 793b128d20b381130fd3467706bee6808c468c2c Mon Sep 17 00:00:00 2001 From: hackerhshhzhzhz <75343653+hackerhshhzhzhz@users.noreply.github.com> Date: Tue, 1 Dec 2020 19:33:47 -0500 Subject: [PATCH] Delete default.json --- app/config/default.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app/config/default.json diff --git a/app/config/default.json b/app/config/default.json deleted file mode 100644 index e2a6a511..00000000 --- a/app/config/default.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - imports: [ - "/default/preferences.json", - "/default/modes.json", - "/default/keys.json", - "/default/databases.json", - "/default/commands.json", - "/default/handlers.json", - "/default/window_themes.json", - "/default/editor_themes.json", - "/default/zpm/zpm.json" - ], - packages: [ - "gh:zedapp/javascript-mode", - "gh:zedapp/json-mode", - "gh:zedapp/json5-mode", - "gh:zedapp/php-mode", - "gh:zedapp/python-mode", - "gh:zedapp/css-mode", - "gh:zedapp/jsx-mode", - "gh:zedapp/follow-complete", - "gh:zedapp/bracket-check", - "gh:zedapp/snippets", - "gh:zedapp/staticserver", - "gh:zedapp/config-ui", - "gh:zedapp/git-tools" - ] -}