Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jun 3, 2019
1 parent 2ef8f2f commit 6edc9b3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
23 changes: 22 additions & 1 deletion config.cson
Expand Up @@ -3,6 +3,7 @@
use:
"atom-ide-terminal": "never"
"autocomplete-plus":
backspaceTriggersAutocomplete: true
confirmCompletion: "tab always, enter when suggestion explicitly selected"
core:
debugLSP: true
Expand All @@ -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
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions keymap.cson
Expand Up @@ -36,6 +36,7 @@

'atom-text-editor':
'cmd-j': 'vk-terminal:toggle'
'alt-tab': 'editor:auto-indent'

'.autocomplete-active':
'ctrl-g': 'autocomplete-plus:cancel'
Expand Down
4 changes: 4 additions & 0 deletions packages.cson
Expand Up @@ -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"
]

0 comments on commit 6edc9b3

Please sign in to comment.