From 6edc9b30353dce4c38420886cbe87f33dc43ee20 Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 3 Jun 2019 21:48:30 +0100 Subject: [PATCH] sync --- config.cson | 23 ++++++++++++++++++++++- keymap.cson | 1 + packages.cson | 4 ++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/config.cson b/config.cson index ecb31fc..1fc811a 100644 --- a/config.cson +++ b/config.cson @@ -3,6 +3,7 @@ use: "atom-ide-terminal": "never" "autocomplete-plus": + backspaceTriggersAutocomplete: true confirmCompletion: "tab always, enter when suggestion explicitly selected" core: debugLSP: true @@ -12,13 +13,14 @@ ] packagesWithKeymapsDisabled: [ "vk-terminal" + "prettier-atom" ] telemetryConsent: "no" themes: [ "one-light-ui" "lychee-syntax" ] - titleBar: "custom-inset" + titleBar: "custom" editor: fontFamily: "fira code" fontSize: 16 @@ -30,9 +32,28 @@ "package-sync": createOnChange: true forceOverwrite: true + "prettier-atom": + formatOnSaveOptions: + enabled: true + isDisabledIfNoConfigFile: true + showInStatusBar: true + useEslint: true + useStylelint: true "remote-atom": keep_alive: true launch_at_startup: true + swackets: + colorParens: true + colorSquareBrackets: true + colors: [ + "#ff5a80" + "#ddaa66" + "#aaaa00" + "#33cc99" + "#3399ff" + "#cc66cc" + "#0000ff" + ] "vk-terminal": ansiColors: normal: diff --git a/keymap.cson b/keymap.cson index d16e0e4..6ae2dc4 100644 --- a/keymap.cson +++ b/keymap.cson @@ -36,6 +36,7 @@ 'atom-text-editor': 'cmd-j': 'vk-terminal:toggle' + 'alt-tab': 'editor:auto-indent' '.autocomplete-active': 'ctrl-g': 'autocomplete-plus:cancel' diff --git a/packages.cson b/packages.cson index 3d653e0..9833c04 100644 --- a/packages.cson +++ b/packages.cson @@ -7,10 +7,14 @@ packages: [ "hyperclick" "ide-perl6" "ide-rust" + "ide-typescript" + "language-nginx" "language-perl6" "linter" "lychee-syntax" "package-sync" + "prettier-atom" "remote-atom" + "swackets" "vk-terminal" ]