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" - ] -}