Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jun 2, 2019
1 parent bc91133 commit 2ef8f2f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ projects.cson
snippets.cson
storage/
blob-store/
.atom-socket-secret*
10 changes: 10 additions & 0 deletions config.cson
Expand Up @@ -6,6 +6,10 @@
confirmCompletion: "tab always, enter when suggestion explicitly selected"
core:
debugLSP: true
disabledPackages: [
"language-perl"
"linter"
]
packagesWithKeymapsDisabled: [
"vk-terminal"
]
Expand All @@ -23,6 +27,12 @@
showInvisibles: true
"exception-reporting":
userId: "0a005746-a4e0-430f-a13d-76d421203de7"
"package-sync":
createOnChange: true
forceOverwrite: true
"remote-atom":
keep_alive: true
launch_at_startup: true
"vk-terminal":
ansiColors:
normal:
Expand Down
16 changes: 16 additions & 0 deletions packages.cson
@@ -0,0 +1,16 @@
packages: [
"atom-ide-ui"
"atom-perl6-editor-tools"
"build"
"busy-signal"
"file-icons"
"hyperclick"
"ide-perl6"
"ide-rust"
"language-perl6"
"linter"
"lychee-syntax"
"package-sync"
"remote-atom"
"vk-terminal"
]

0 comments on commit 2ef8f2f

Please sign in to comment.