diff --git a/snowblocks/atom/config.cson b/snowblocks/atom/config.cson index eef3f43..01d3ed2 100644 --- a/snowblocks/atom/config.cson +++ b/snowblocks/atom/config.cson @@ -13,6 +13,11 @@ analytics: false beautifyEntireFileOnSave: false "atom-ide-ui": + "atom-ide-code-format": + formatOnSave: false + formatOnType: false + "atom-ide-datatip": + datatipDebounceDelay: 2000 hyperclick: linuxTriggerKeys: "shiftKey,ctrlKey" "atom-material-ui": @@ -73,6 +78,7 @@ "markdown-preview" "symbols-view" "github" + "linter" ] excludeVcsIgnoredPaths: true fileEncoding: "utf8" diff --git a/snowblocks/atom/packages.cson b/snowblocks/atom/packages.cson index 01e3ccb..021f064 100644 --- a/snowblocks/atom/packages.cson +++ b/snowblocks/atom/packages.cson @@ -1,20 +1,13 @@ -# Copyright (C) 2016-present Arctic Ice Studio -# Copyright (C) 2016-present Sven Greb - -# Project: igloo -# Repository: https://github.com/arcticicestudio/igloo -# License: MIT -# References: -# https://github.com/lee-dohm/package-sync - packages: [ "atom-beautify" + "atom-ide-ui" "atom-material-ui" "busy-signal" "color-picker" "docblockr" "file-icons" "highlight-selected" + "ide-typescript" "intentions" "language-babel" "language-diff"