Last active
July 30, 2021 03:28
-
-
Save arsley/f7b5a5e5b9f39a6d6403a8d85cb4dff9 to your computer and use it in GitHub Desktop.
Revisions
-
arsley revised this gist
Jul 30, 2021 . 2 changed files with 12 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,8 +55,9 @@ 'atom-workspace': # Key bindings for multi-cursor-plus 'alt-x': 'multi-cursor-plus:mark' 'alt-k': 'multi-cursor-plus:move-up' 'alt-j': 'multi-cursor-plus:move-down' 'alt-h': 'multi-cursor-plus:move-left' 'alt-l': 'multi-cursor-plus:move-right' 'ctrl-cmd-enter': 'goto-definition:go' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,7 +62,8 @@ "terminal-plus", "dash", "dart", "autocomplete-plus", "goto-definition" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", @@ -304,19 +305,19 @@ "showOnStartup": false } }, ".latex.tex.text": { "editor": { "softWrap": false } }, ".html.text.vue": { "editor": { "tabLength": 4 } }, ".html.php.text": { "editor": { "tabLength": 4 } }, ".go.source": { -
arsley revised this gist
Jul 22, 2021 . 2 changed files with 26 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,3 +40,23 @@ 'ctrl-m j': 'window:move-active-item-to-pane-below' 'ctrl-m k': 'window:move-active-item-to-pane-above' 'ctrl-m l': 'window:move-active-item-to-pane-on-right' 'atom-workspace atom-text-editor': # Unset editor keybindings (conflict with multi-cursor-plus) 'alt-left': 'unset!' 'alt-right': 'unset!' 'alt-shift-left': 'unset!' 'alt-shift-right': 'unset!' 'atom-workspace atom-text-editor:not([mini])': # Unset editor keybindings (conflict with multi-cursor-plus) 'alt-shift-up': 'unset!' 'alt-shift-down': 'unset!' 'atom-workspace': # Key bindings for multi-cursor-plus 'alt-x': 'multi-cursor-plus:mark' 'alt-k': 'multi-cursor-plus:move-up' 'alt-j': 'multi-cursor-plus:move-down' 'alt-h': 'multi-cursor-plus:move-left' 'alt-l': 'multi-cursor-plus:move-right' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -278,6 +278,9 @@ "language-stylus": { "version": "0.2.0" }, "language-terraform": { "version": "0.9.6" }, "language-text": { "version": "0.7.4" }, @@ -338,6 +341,9 @@ "metrics": { "version": "1.8.1" }, "multi-cursor-plus": { "version": "1.2.0" }, "notifications": { "version": "0.71.0" }, -
arsley revised this gist
May 26, 2021 . 2 changed files with 10 additions and 36 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,9 +16,6 @@ "version": "0.53.3", "theme": "ui" }, "atom-ide-ui": { "version": "0.13.0" }, @@ -107,6 +104,9 @@ "disable-keybindings": { "version": "0.6.0" }, "docblockr": { "version": "0.13.7" }, "emmet": { "version": "2.4.3" }, @@ -134,9 +134,6 @@ "github": { "version": "0.36.9" }, "go-plus": { "version": "6.1.0" }, @@ -369,9 +366,6 @@ "pdf-view": { "version": "0.73.0" }, "pigments": { "version": "0.40.6" }, This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,5 @@ { "*": { "atom-ide-ui": { "atom-ide-code-format": { "formatOnType": false @@ -66,8 +62,7 @@ "terminal-plus", "dash", "dart", "autocomplete-plus" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", @@ -138,6 +133,7 @@ "diagnosticsEnabled": false, "ignoreFlow": false }, "ide-vue": {}, "jumpy": { "fontSize": 0.85, "highContrast": true @@ -218,21 +214,6 @@ "absoluteMode": true }, "pdf-view": {}, "platformio-ide-terminal": { "ansiColors": { "normal": { @@ -321,22 +302,21 @@ }, "welcome": { "showOnStartup": false } }, ".html.php.text": { "editor": { "tabLength": 4 } }, ".html.text.vue": { "editor": { "tabLength": 4 } }, ".latex.tex.text": { "editor": { "softWrap": false } }, ".go.source": { -
arsley revised this gist
May 24, 2021 . No changes.There are no files selected for viewing
-
arsley revised this gist
May 24, 2021 . No changes.There are no files selected for viewing
-
arsley revised this gist
May 24, 2021 . 2 changed files with 76 additions and 26 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,9 @@ "version": "0.53.3", "theme": "ui" }, "atom-debug-ui": { "version": "1.0.4" }, "atom-ide-ui": { "version": "0.13.0" }, @@ -52,7 +55,7 @@ "version": "0.8.8" }, "autocomplete-plus": { "version": "2.42.4" }, "autocomplete-snippets": { "version": "1.12.1" @@ -117,10 +120,10 @@ "version": "0.43.1" }, "file-icons": { "version": "2.1.47" }, "find-and-replace": { "version": "0.219.7" }, "fuzzy-finder": { "version": "1.14.3" @@ -129,7 +132,7 @@ "version": "1.3.9" }, "github": { "version": "0.36.9" }, "go-debug": { "version": "1.7.0" @@ -156,7 +159,7 @@ "version": "0.12.3" }, "ide-html": { "version": "0.6.2" }, "image-view": { "version": "0.64.0" @@ -210,7 +213,7 @@ "version": "0.17.1" }, "language-java": { "version": "0.32.1" }, "language-javascript": { "version": "0.134.1" @@ -230,6 +233,9 @@ "language-mustache": { "version": "0.14.5" }, "language-nginx": { "version": "0.8.0" }, "language-objective-c": { "version": "0.16.0" }, @@ -287,6 +293,9 @@ "language-typescript": { "version": "0.6.3" }, "language-vue": { "version": "0.26.0" }, "language-xml": { "version": "0.35.3" }, @@ -303,10 +312,13 @@ "version": "0.31.6" }, "linter": { "version": "3.3.1" }, "linter-eslint": { "version": "8.6.6" }, "linter-php": { "version": "1.6.1" }, "linter-rubocop": { "version": "2.5.7" @@ -315,14 +327,17 @@ "version": "4.5.1" }, "linter-tslint": { "version": "1.11.1" }, "linter-ui-default": { "version": "3.3.1" }, "markdown-preview": { "version": "0.160.2" }, "markdown-to-pdf": { "version": "0.1.1" }, "metrics": { "version": "1.8.1" }, @@ -352,10 +367,13 @@ "version": "1.3.0" }, "pdf-view": { "version": "0.73.0" }, "php-debug": { "version": "0.3.5" }, "pigments": { "version": "0.40.6" }, "rails-snippets": { "version": "2.26.0" @@ -373,7 +391,7 @@ "version": "0.3.6" }, "settings-view": { "version": "0.261.8" }, "snippets": { "version": "1.5.1" @@ -387,7 +405,7 @@ "theme": "syntax" }, "spell-check": { "version": "0.77.1" }, "status-bar": { "version": "1.8.17" @@ -402,7 +420,7 @@ "version": "0.118.4" }, "sync-settings": { "version": "5.2.10" }, "tabs": { "version": "0.110.0" @@ -423,7 +441,7 @@ "version": "1.1.4" }, "tree-view": { "version": "0.228.3" }, "typewriter-scroll": { "version": "1.0.2" @@ -432,7 +450,7 @@ "version": "0.13.1" }, "vim-mode-plus": { "version": "1.36.5" }, "welcome": { "version": "0.36.9" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,12 @@ "atom-inline-blame": { "timeout": 700 }, "atom-package-deps": { "ignored": [ "linter-tslint", "linter-eslint" ] }, "atom-runner": { "showOutputWindow": false }, @@ -50,15 +56,18 @@ "github", "disable-keybindings", "linter", "ide-html", "linter-tslint", "crystal-block" ], "followSymlinks": false, "openEmptyEditorOnStart": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash", "dart", "autocomplete-plus", "php-debug" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", @@ -194,16 +203,13 @@ "linter-hlint": { "hlintExecutablePath": "/Users/aoshi/.cabal/bin/hlint" }, "linter-rubocop": {}, "linter-tslint": { "globalNodePath": "/usr/local/var/nodebrew/node/v11.13.0", "useGlobalTslint": true }, "linter-ui-default": { "panelHeight": 299 }, "markdown-preview": { "useGitHubStyle": true @@ -212,6 +218,21 @@ "absoluteMode": true }, "pdf-view": {}, "php-debug": { "noPackageInstallPrompt": [ "ide-php" ], "server": { "keepAlive": true, "protocolDebugging": true, "serverPort": 9003 }, "showWelcome": false, "xdebug": { "multipleSessions": false, "pathMaps": "[{\"remotePath\":\"/var/www/html/ocs\",\"localPath\":\"!\"},{\"remotePath\":\"/var/www/html\",\"localPath\":\"!\"}]" } }, "platformio-ide-terminal": { "ansiColors": { "normal": { @@ -252,7 +273,7 @@ "commandPath": "/Users/arsley/.rbenv/shims/solargraph" }, "sync-settings": { "autoCheckForUpdatedBackup": "no", "gistDescription": "My Atom packages with settings", "hiddenSettings": {} }, @@ -300,13 +321,24 @@ }, "welcome": { "showOnStartup": false }, "ide-vue": {} }, ".latex.tex.text": { "editor": { "softWrap": false } }, ".html.text.vue": { "editor": { "tabLength": 4 } }, ".html.php.text": { "editor": { "tabLength": 4 } }, ".go.source": { "editor": { "tabLength": 4, -
arsley revised this gist
Mar 25, 2021 . 2 changed files with 61 additions and 46 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ "version": "0.16.8" }, "archive-view": { "version": "0.65.2" }, "atom-dark-syntax": { "version": "0.29.1", @@ -20,7 +20,7 @@ "version": "0.13.0" }, "atom-inline-blame": { "version": "0.0.10" }, "atom-light-syntax": { "version": "0.29.1", @@ -89,6 +89,9 @@ "command-palette": { "version": "0.43.5" }, "crystal-block": { "version": "0.4.0" }, "dalek": { "version": "0.2.2" }, @@ -101,6 +104,9 @@ "disable-keybindings": { "version": "0.6.0" }, "emmet": { "version": "2.4.3" }, "encoding-selector": { "version": "0.23.9" }, @@ -111,19 +117,22 @@ "version": "0.43.1" }, "file-icons": { "version": "2.1.41" }, "find-and-replace": { "version": "0.219.6" }, "fuzzy-finder": { "version": "1.14.3" }, "git-diff": { "version": "1.3.9" }, "github": { "version": "0.35.0" }, "go-debug": { "version": "1.7.0" }, "go-plus": { "version": "6.1.0" @@ -141,7 +150,13 @@ "version": "0.17.0" }, "hyperclick": { "version": "0.0.0" }, "ide-go": { "version": "0.12.3" }, "ide-html": { "version": "0.6.0" }, "image-view": { "version": "0.64.0" @@ -159,7 +174,7 @@ "version": "0.39.0" }, "language-c": { "version": "0.60.19" }, "language-clojure": { "version": "0.22.8" @@ -174,34 +189,34 @@ "version": "1.1.0" }, "language-css": { "version": "0.44.4" }, "language-docker": { "version": "1.1.8" }, "language-gfm": { "version": "0.90.8" }, "language-git": { "version": "0.19.1" }, "language-go": { "version": "0.47.2" }, "language-html": { "version": "0.53.1" }, "language-hyperlink": { "version": "0.17.1" }, "language-java": { "version": "0.32.0" }, "language-javascript": { "version": "0.134.1" }, "language-json": { "version": "1.0.5" }, "language-latex": { "version": "1.2.0" @@ -222,19 +237,19 @@ "version": "0.38.1" }, "language-php": { "version": "0.44.7" }, "language-property-list": { "version": "0.9.1" }, "language-python": { "version": "0.53.5" }, "language-rspec": { "version": "0.12.1" }, "language-ruby": { "version": "0.72.23" }, "language-ruby-on-rails": { "version": "0.25.3" @@ -246,7 +261,7 @@ "version": "0.62.1" }, "language-shellscript": { "version": "0.28.2" }, "language-slim": { "version": "1.0.1" @@ -270,7 +285,7 @@ "version": "0.20.0" }, "language-typescript": { "version": "0.6.3" }, "language-xml": { "version": "0.35.3" @@ -297,7 +312,7 @@ "version": "2.5.7" }, "linter-stylelint": { "version": "4.5.1" }, "linter-tslint": { "version": "1.10.43" @@ -343,7 +358,7 @@ "version": "0.40.2" }, "rails-snippets": { "version": "2.26.0" }, "rails-transporter": { "version": "1.7.1" @@ -358,10 +373,10 @@ "version": "0.3.6" }, "settings-view": { "version": "0.261.6" }, "snippets": { "version": "1.5.1" }, "solarized-dark-syntax": { "version": "1.3.0", @@ -372,7 +387,7 @@ "theme": "syntax" }, "spell-check": { "version": "0.76.1" }, "status-bar": { "version": "1.8.17" @@ -384,10 +399,10 @@ "version": "3.2.0" }, "symbols-view": { "version": "0.118.4" }, "sync-settings": { "version": "4.3.3" }, "tabs": { "version": "0.110.0" @@ -408,7 +423,7 @@ "version": "1.1.4" }, "tree-view": { "version": "0.228.1" }, "typewriter-scroll": { "version": "1.0.2" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,6 @@ }, "atom-ide-ui": { "atom-ide-code-format": { "formatOnType": false }, "atom-ide-debugger": { @@ -37,23 +36,29 @@ "core": { "audioBeep": false, "closeDeletedFileTabs": true, "customFileTypes": { "source.makefile": [ "justfile" ] }, "debugLSP": true, "destroyEmptyPanes": false, "disabledPackages": [ "japanese-menu", "atom-terminal-panel", "spell-check", "github", "disable-keybindings", "linter", "ide-html" ], "followSymlinks": false, "openEmptyEditorOnStart": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash", "dart", "autocomplete-plus" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", @@ -73,12 +78,13 @@ }, "disable-keybindings": {}, "editor": { "fontSize": 13, "lineHeight": 1.3, "preferredLineLength": 100, "scrollPastEnd": true, "showIndentGuide": true, "showInvisibles": true, "softWrap": true, "tabType": "soft" }, "emmet": { @@ -91,21 +97,20 @@ "showIconsInEditorGutter": true }, "go-plus": { "autocomplete": {}, "config": { "gopath": "/Users/arsley/.go\n" }, "disabledBundledPackages": [ "go-signature-statusbar", "autocomplete-plus" ], "format": {}, "panel": { "displayMode": "closed", "fontSize": "0.9em" }, "skipCodeFormatCheck": true, "test": { "runTestsOnSave": false, "runTestsWithShortFlag": false @@ -118,11 +123,7 @@ "highlightBackground": true, "lightTheme": true }, "ide-go": {}, "ide-ruby": {}, "ide-typescript": { "diagnosticsEnabled": false, @@ -164,7 +165,6 @@ ], "enableSynctex": false, "engine": "platex", "openResultAfterBuild": false, "openResultInBackground": false, "opener": "pdf-view", -
arsley revised this gist
Mar 21, 2020 . 2 changed files with 12 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -336,6 +336,9 @@ "package-generator": { "version": "1.3.0" }, "pdf-view": { "version": "0.72.0" }, "pigments": { "version": "0.40.2" }, @@ -401,6 +404,9 @@ "timecop": { "version": "0.36.2" }, "toggle-quotes": { "version": "1.1.4" }, "tree-view": { "version": "0.228.0" }, This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -167,8 +167,8 @@ "loggingLevel": "info", "openResultAfterBuild": false, "openResultInBackground": false, "opener": "pdf-view", "texPath": "/Users/arsley/Library/TinyTeX/bin/x86_64-darwin\n", "zathuraPath": "/usr/local/bin/zathura\n" }, "line-jumper": { @@ -202,14 +202,16 @@ "useGlobalTslint": true }, "linter-ui-default": { "panelHeight": 29, "showPanel": true }, "markdown-preview": { "useGitHubStyle": true }, "minimap": { "absoluteMode": true }, "pdf-view": {}, "platformio-ide-terminal": { "ansiColors": { "normal": { @@ -242,9 +244,7 @@ "project-manager": { "sortBy": "title" }, "rubocop-auto-correct": {}, "ruby-block": { "highlightLineNumber": true }, -
arsley revised this gist
Mar 16, 2020 . 2 changed files with 19 additions and 22 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,9 +16,6 @@ "version": "0.53.3", "theme": "ui" }, "atom-ide-ui": { "version": "0.13.0" }, @@ -41,9 +38,6 @@ "version": "0.10.7", "theme": "ui" }, "atomcasts-syntax": { "version": "0.10.3", "theme": "syntax" @@ -80,6 +74,9 @@ "version": "1.6.0", "theme": "syntax" }, "blocky": { "version": "0.13.0" }, "bookmarks": { "version": "0.46.0" }, @@ -95,9 +92,6 @@ "dalek": { "version": "0.2.2" }, "deprecation-cop": { "version": "0.56.9" }, @@ -107,9 +101,6 @@ "disable-keybindings": { "version": "0.6.0" }, "encoding-selector": { "version": "0.23.9" }, @@ -132,7 +123,7 @@ "version": "1.3.9" }, "github": { "version": "0.34.0" }, "go-plus": { "version": "6.1.0" @@ -149,6 +140,9 @@ "highlight-selected": { "version": "0.17.0" }, "hyperclick": { "version": "0.1.5" }, "image-view": { "version": "0.64.0" }, @@ -194,17 +188,14 @@ "language-go": { "version": "0.47.1" }, "language-html": { "version": "0.53.0" }, "language-hyperlink": { "version": "0.17.1" }, "language-java": { "version": "0.31.4" }, "language-javascript": { "version": "0.134.0" @@ -393,7 +384,7 @@ "version": "0.118.2" }, "sync-settings": { "version": "4.3.1" }, "tabs": { "version": "0.110.0" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,9 @@ }, "atom-ide-diagnostics-ui": {} }, "atom-inline-blame": { "timeout": 700 }, "atom-runner": { "showOutputWindow": false }, @@ -43,7 +46,7 @@ "react", "atom-ide-ui", "github", "disable-keybindings" ], "followSymlinks": false, "openEmptyEditorOnStart": false, @@ -71,7 +74,7 @@ "disable-keybindings": {}, "editor": { "fontSize": 12, "lineHeight": 1.3, "preferredLineLength": 100, "scrollPastEnd": true, "showIndentGuide": true, @@ -185,8 +188,7 @@ "disableWhenNoEslintConfig": false }, "global": { "eslintrcPath": "/Users/arsley/.eslintrc" } }, "linter-hlint": { @@ -243,10 +245,14 @@ "rubocop-auto-correct": { "rubocopCommandPath": "/Users/arsley/.asdf/shims/rubocop" }, "ruby-block": { "highlightLineNumber": true }, "ruby-solargraph": { "commandPath": "/Users/arsley/.rbenv/shims/solargraph" }, "sync-settings": { "checkForUpdatedBackup": false, "gistDescription": "My Atom packages with settings", "hiddenSettings": {} }, -
arsley revised this gist
Feb 28, 2020 . 2 changed files with 8 additions and 87 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,15 +5,9 @@ "advanced-open-file": { "version": "0.16.8" }, "archive-view": { "version": "0.65.1" }, "atom-dark-syntax": { "version": "0.29.1", "theme": "syntax" @@ -25,9 +19,6 @@ "atom-eco": { "version": "0.2.0" }, "atom-ide-ui": { "version": "0.13.0" }, @@ -50,9 +41,6 @@ "version": "0.10.7", "theme": "ui" }, "atom-typescript": { "version": "13.3.0" }, @@ -69,9 +57,6 @@ "autocomplete-html": { "version": "0.8.8" }, "autocomplete-plus": { "version": "2.42.3" }, @@ -101,9 +86,6 @@ "bracket-matcher": { "version": "0.91.2" }, "busy-signal": { "version": "2.0.1" }, @@ -113,9 +95,6 @@ "dalek": { "version": "0.2.2" }, "dash": { "version": "1.7.1" }, @@ -131,9 +110,6 @@ "docblockr": { "version": "0.13.7" }, "encoding-selector": { "version": "0.23.9" }, @@ -144,7 +120,7 @@ "version": "0.43.1" }, "file-icons": { "version": "2.1.39" }, "find-and-replace": { "version": "0.219.1" @@ -171,7 +147,7 @@ "version": "0.50.1" }, "highlight-selected": { "version": "0.17.0" }, "image-view": { "version": "0.64.0" @@ -209,12 +185,6 @@ "language-docker": { "version": "1.1.8" }, "language-gfm": { "version": "0.90.7" }, @@ -266,15 +236,9 @@ "language-property-list": { "version": "0.9.1" }, "language-python": { "version": "0.53.3" }, "language-rspec": { "version": "0.12.1" }, @@ -284,9 +248,6 @@ "language-ruby-on-rails": { "version": "0.25.3" }, "language-rust-bundled": { "version": "0.1.0" }, @@ -308,9 +269,6 @@ "language-stylus": { "version": "0.2.0" }, "language-text": { "version": "0.7.4" }, @@ -341,32 +299,20 @@ "linter": { "version": "2.3.1" }, "linter-eslint": { "version": "8.5.5" }, "linter-rubocop": { "version": "2.5.7" }, "linter-stylelint": { "version": "4.4.18" }, "linter-tslint": { "version": "1.10.43" }, "linter-ui-default": { "version": "1.8.1" }, "markdown-preview": { "version": "0.160.2" @@ -402,9 +348,6 @@ "pigments": { "version": "0.40.2" }, "rails-snippets": { "version": "2.25.0" }, @@ -437,9 +380,6 @@ "spell-check": { "version": "0.75.0" }, "status-bar": { "version": "1.8.17" }, This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -39,31 +39,11 @@ "disabledPackages": [ "japanese-menu", "atom-terminal-panel", "spell-check", "react", "atom-ide-ui", "github", "atom-typescript" ], "followSymlinks": false, "openEmptyEditorOnStart": false, @@ -132,6 +112,7 @@ "performanceMode": true }, "highlight-selected": { "highlightBackground": true, "lightTheme": true }, "ide-go": { -
arsley revised this gist
Feb 28, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,6 @@ "spell-check", "language-rust", "atom-elixir", "language-elixir", "linter-elixirc", "browser-plus", @@ -145,6 +144,10 @@ "diagnosticsEnabled": false, "ignoreFlow": false }, "jumpy": { "fontSize": 0.85, "highContrast": true }, "latex": { "cleanPatterns": [ "**/*.aux", -
arsley revised this gist
Feb 28, 2020 . 2 changed files with 505 additions and 642 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,657 +1,494 @@ { "about": { "version": "1.9.1" }, "advanced-open-file": { "version": "0.16.8" }, "angular-2-typeScript-snippets": { "version": "0.7.0" }, "archive-view": { "version": "0.65.1" }, "atom-alignment": { "version": "0.13.0" }, "atom-dark-syntax": { "version": "0.29.1", "theme": "syntax" }, "atom-dark-ui": { "version": "0.53.3", "theme": "ui" }, "atom-eco": { "version": "0.2.0" }, "atom-elixir": { "version": "0.2.3" }, "atom-ide-ui": { "version": "0.13.0" }, "atom-inline-blame": { "version": "0.0.7" }, "atom-light-syntax": { "version": "0.29.1", "theme": "syntax" }, "atom-light-ui": { "version": "0.46.3", "theme": "ui" }, "atom-light-ui-slim": { "version": "0.25.1", "theme": "ui" }, "atom-slim-ui": { "version": "0.10.7", "theme": "ui" }, "atom-toolbar": { "version": "0.1.6" }, "atom-typescript": { "version": "13.3.0" }, "atomcasts-syntax": { "version": "0.10.3", "theme": "syntax" }, "autocomplete-atom-api": { "version": "0.10.7" }, "autocomplete-css": { "version": "0.17.5" }, "autocomplete-html": { "version": "0.8.8" }, "autocomplete-paths": { "version": "2.12.2" }, "autocomplete-plus": { "version": "2.42.3" }, "autocomplete-snippets": { "version": "1.12.1" }, "autoflow": { "version": "0.29.4" }, "autosave": { "version": "0.24.6" }, "background-tips": { "version": "0.28.0" }, "base16-tomorrow-dark-theme": { "version": "1.6.0", "theme": "syntax" }, "base16-tomorrow-light-theme": { "version": "1.6.0", "theme": "syntax" }, "bookmarks": { "version": "0.46.0" }, "bracket-matcher": { "version": "0.91.2" }, "browser-plus": { "version": "0.0.98" }, "busy-signal": { "version": "2.0.1" }, "command-palette": { "version": "0.43.5" }, "dalek": { "version": "0.2.2" }, "dart": { "version": "1.0.1" }, "dash": { "version": "1.7.1" }, "deprecation-cop": { "version": "0.56.9" }, "dev-live-reload": { "version": "0.48.1" }, "disable-keybindings": { "version": "0.6.0" }, "docblockr": { "version": "0.13.7" }, "elm-format": { "version": "3.2.0" }, "encoding-selector": { "version": "0.23.9" }, "ex-mode": { "version": "0.18.0" }, "exception-reporting": { "version": "0.43.1" }, "file-icons": { "version": "2.1.36" }, "find-and-replace": { "version": "0.219.1" }, "fuzzy-finder": { "version": "1.14.1" }, "git-diff": { "version": "1.3.9" }, "github": { "version": "0.33.0" }, "go-plus": { "version": "6.1.0" }, "go-to-line": { "version": "0.33.0" }, "goto-definition": { "version": "1.3.4" }, "grammar-selector": { "version": "0.50.1" }, "highlight-selected": { "version": "0.16.0" }, "image-view": { "version": "0.64.0" }, "incompatible-packages": { "version": "0.27.3" }, "intentions": { "version": "1.1.5" }, "jumpy": { "version": "5.0.2" }, "keybinding-resolver": { "version": "0.39.0" }, "language-c": { "version": "0.60.18" }, "language-clojure": { "version": "0.22.8" }, "language-coffee-script": { "version": "0.50.0" }, "language-crystal-actual": { "version": "0.37.2" }, "language-csharp": { "version": "1.1.0" }, "language-css": { "version": "0.44.2" }, "language-docker": { "version": "1.1.8" }, "language-elixir": { "version": "0.22.1" }, "language-elm": { "version": "1.5.0" }, "language-gfm": { "version": "0.90.7" }, "language-git": { "version": "0.19.1" }, "language-go": { "version": "0.47.1" }, "language-graphql": { "version": "1.0.0" }, "language-html": { "version": "0.53.0" }, "language-hyperlink": { "version": "0.17.1" }, "language-java": { "version": "0.31.3" }, "language-javascript": { "version": "0.134.0" }, "language-json": { "version": "1.0.4" }, "language-latex": { "version": "1.2.0" }, "language-less": { "version": "0.34.3" }, "language-make": { "version": "0.23.0" }, "language-mustache": { "version": "0.14.5" }, "language-objective-c": { "version": "0.16.0" }, "language-perl": { "version": "0.38.1" }, "language-php": { "version": "0.44.4" }, "language-property-list": { "version": "0.9.1" }, "language-pug": { "version": "0.0.22" }, "language-python": { "version": "0.53.3" }, "language-r": { "version": "0.4.2" }, "language-rspec": { "version": "0.12.1" }, "language-ruby": { "version": "0.72.22" }, "language-ruby-on-rails": { "version": "0.25.3" }, "language-rust": { "version": "0.4.12" }, "language-rust-bundled": { "version": "0.1.0" }, "language-sass": { "version": "0.62.1" }, "language-shellscript": { "version": "0.28.0" }, "language-slim": { "version": "1.0.1" }, "language-source": { "version": "0.9.0" }, "language-sql": { "version": "0.25.10" }, "language-stylus": { "version": "0.2.0" }, "language-terraform": { "version": "0.8.1" }, "language-text": { "version": "0.7.4" }, "language-todo": { "version": "0.29.4" }, "language-toml": { "version": "0.20.0" }, "language-typescript": { "version": "0.6.0" }, "language-xml": { "version": "0.35.3" }, "language-yaml": { "version": "0.32.0" }, "latex": { "version": "0.50.2" }, "line-ending-selector": { "version": "0.7.7" }, "link": { "version": "0.31.6" }, "linter": { "version": "2.3.1" }, "linter-elixirc": { "version": "1.7.0" }, "linter-erb": { "version": "1.1.5" }, "linter-eslint": { "version": "8.5.5" }, "linter-rubocop": { "version": "2.5.3" }, "linter-ruby": { "version": "1.3.1" }, "linter-stylelint": { "version": "4.4.9" }, "linter-tslint": { "version": "1.10.32" }, "linter-ui-default": { "version": "1.8.0" }, "markdown-pdf": { "version": "2.2.0" }, "markdown-preview": { "version": "0.160.2" }, "metrics": { "version": "1.8.1" }, "notifications": { "version": "0.71.0" }, "one-dark-syntax": { "version": "1.8.4", "theme": "syntax" }, "one-dark-ui": { "version": "1.12.5", "theme": "ui" }, "one-light-syntax": { "version": "1.8.4", "theme": "syntax" }, "one-light-ui": { "version": "1.12.5", "theme": "ui" }, "open-on-github": { "version": "1.3.2" }, "package-generator": { "version": "1.3.0" }, "pigments": { "version": "0.40.2" }, "prettier-atom": { "version": "0.58.2" }, "rails-snippets": { "version": "2.25.0" }, "rails-transporter": { "version": "1.7.1" }, "react": { "version": "0.18.0" }, "rubocop-auto-correct": { "version": "1.5.1" }, "ruby-block": { "version": "0.3.6" }, "settings-view": { "version": "0.261.3" }, "snippets": { "version": "1.5.0" }, "solarized-dark-syntax": { "version": "1.3.0", "theme": "syntax" }, "solarized-light-syntax": { "version": "1.3.0", "theme": "syntax" }, "spell-check": { "version": "0.75.0" }, "split-diff": { "version": "1.6.1" }, "status-bar": { "version": "1.8.17" }, "styleguide": { "version": "0.49.12" }, "Stylus": { "version": "3.2.0" }, "symbols-view": { "version": "0.118.2" }, "sync-settings": { "version": "4.1.0" }, "tabs": { "version": "0.110.0" }, "tabs-to-spaces": { "version": "1.0.5" }, "tag": { "version": "0.5.0" }, "teletype": { "version": "0.13.4" }, "timecop": { "version": "0.36.2" }, "tree-view": { "version": "0.228.0" }, "typewriter-scroll": { "version": "1.0.2" }, "update-package-dependencies": { "version": "0.13.1" }, "vim-mode-plus": { "version": "1.36.4" }, "welcome": { "version": "0.36.9" }, "whitespace": { "version": "0.37.7" }, "wrap-guide": { "version": "0.41.0" } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,300 +1,326 @@ { "*": { "_dart": { "_firstRun": true, "_version": "1.0.1" }, "atom-ide-ui": { "atom-ide-code-format": { "formatOnSave": true, "formatOnType": false }, "atom-ide-debugger": { "showDebuggerOnBpSet": false }, "atom-ide-diagnostics-ui": {} }, "atom-runner": { "showOutputWindow": false }, "atom-terminal-panel": { "WindowHeight": 100, "enableConsoleInteractiveLinks": false }, "atom-toolbar": { "visible": false }, "atom-typescript": { "disableAtomIdeDefinitions": true }, "autocomplete-plus": {}, "autocomplete-ruby": { "rsensePath": "~/.rbenv/shims/rsense" }, "core": { "audioBeep": false, "closeDeletedFileTabs": true, "debugLSP": true, "destroyEmptyPanes": false, "disabledPackages": [ "japanese-menu", "atom-terminal-panel", "linter-ruby", "atom-alignment", "linter-erb", "spell-check", "language-rust", "atom-elixir", "jumpy", "language-elixir", "linter-elixirc", "browser-plus", "language-elm", "language-terraform", "language-pug", "elm-format", "react", "typewriter-scroll", "language-r", "atom-ide-ui", "atom-toolbar", "dart", "github", "atom-typescript", "prettier-atom", "split-diff", "markdown-pdf", "autocomplete-paths" ], "followSymlinks": false, "openEmptyEditorOnStart": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash", "dart" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", "telemetryConsent": "limited", "themes": [ "atom-light-ui-slim", "atom-light-syntax" ], "titleBar": "hidden" }, "dart": { "browserLocation": "/Applications/Google Chrome.app", "configureErrorsView": "errors+warnings", "sdkLocation": "/usr/local/Cellar/dart/2.2.0/libexec", "showOutlineView": false, "showPubCheck": false }, "disable-keybindings": {}, "editor": { "fontSize": 12, "lineHeight": 1.1, "preferredLineLength": 100, "scrollPastEnd": true, "showIndentGuide": true, "showInvisibles": true, "tabType": "soft" }, "emmet": { "extensionsPath": "~/.emmet" }, "exception-reporting": { "userId": "eeb25155-7231-8d6e-f8ae-95ac9c52c069" }, "git-diff": { "showIconsInEditorGutter": true }, "go-plus": { "config": { "compileOnSave": false }, "disabledBundledPackages": [ "atom-ide-ui", "go-signature-statusbar", "go-debug" ], "format": { "tool": "gofmt" }, "panel": { "displayMode": "closed", "fontSize": "0.9em" }, "test": { "runTestsOnSave": false, "runTestsWithShortFlag": false } }, "goto-definition": { "performanceMode": true }, "highlight-selected": { "lightTheme": true }, "ide-go": { "customServerPath": "/Users/arsley/.go/bin/go-langserver\n", "diagnosticsEnabled": true, "formatTool": "gofmt" }, "ide-ruby": {}, "ide-typescript": { "diagnosticsEnabled": false, "ignoreFlow": false }, "latex": { "cleanPatterns": [ "**/*.aux", "**/*.aux.bak", "**/*.bbl", "**/*.bcf", "**/*.blg", "**/*.dvi", "**/*.fdb_latexmk", "**/*.fls", "**/*.idx", "**/*.idx.bak", "**/*.ilg", "**/*.ind", "**/*.lof", "**/*.log", "**/*.lol", "**/*.lot", "**/*.nav", "**/*.out", "**/*.ps", "**/*.snm", "**/*.synctex.gz", "**/*.toc", "/**/_minted-{jobname}", "/{output_dir}/sage-plots-for-{jobname}.tex", "/missfont.log", "/texput.log", "/texput.aux" ], "enableSynctex": false, "engine": "platex", "loggingLevel": "info", "openResultAfterBuild": false, "openResultInBackground": false, "opener": "zathura", "texPath": "i/Users/arsley/Library/TinyTeX/bin/x86_64-darwin\n/Users/arsley/Library/TinyTeX/bin/x86_64-darwin\n", "zathuraPath": "/usr/local/bin/zathura\n" }, "line-jumper": { "numberOfLines": 5 }, "linter": { "lintOnChange": false, "lintOnOpen": false, "lintPreviewTabs": false }, "linter-elixirc": { "elixircPath": "/usr/local/bin/elixirc", "mixPath": "/usr/local/bin/mix" }, "linter-eslint": { "disabling": { "disableWhenNoEslintConfig": false }, "global": { "eslintrcPath": "/Users/arsley/.eslintrc", "globalNodePath": "/Users/arsley/.asdf/shims/eslint" } }, "linter-hlint": { "hlintExecutablePath": "/Users/aoshi/.cabal/bin/hlint" }, "linter-rubocop": { "useBundler": true }, "linter-tslint": { "globalNodePath": "/usr/local/var/nodebrew/node/v11.13.0", "useGlobalTslint": true }, "linter-ui-default": { "panelHeight": 29 }, "markdown-preview": { "useGitHubStyle": true }, "minimap": { "absoluteMode": true }, "platformio-ide-terminal": { "ansiColors": { "normal": { "white": "#dddee1" }, "zBright": { "brightCyan": "#07e2e2", "brightWhite": "#fbfcff" } }, "iconColors": { "cyan": "#0ad5d5" }, "style": { "animationSpeed": 5, "fontFamily": "Monaco", "fontSize": "12", "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "pp-markdown": { "cssURL": "markdown" }, "prettier-atom": { "formatOnSaveOptions": {} }, "project-manager": { "sortBy": "title" }, "rubocop-auto-correct": { "rubocopCommandPath": "/Users/arsley/.asdf/shims/rubocop" }, "ruby-solargraph": { "commandPath": "/Users/arsley/.rbenv/shims/solargraph" }, "sync-settings": { "gistDescription": "My Atom packages with settings", "hiddenSettings": {} }, "term3": { "colors": { "background": "#eff0f2", "brightCyan": "#0433ff", "brightWhite": "#888992", "brightYellow": "#0433ff", "foreground": "#000000", "normalWhite": "#abb0aa" }, "cursorBlink": false, "fontSize": "12" }, "terminal-panel": { "windowHeight": 20 }, "terminal-plus": { "style": { "defaultPanelHeight": "125px", "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "termination": { "style": { "animationSpeed": 0, "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "tree-view": { "hideIgnoredNames": true }, "typewriter-scroll": { "autoToggle": false }, "vim-mode-plus": { "statusBarModeStringStyle": "long" }, "welcome": { "showOnStartup": false } }, ".latex.tex.text": { "editor": { "softWrap": false } }, ".go.source": { "editor": { "tabLength": 4, "tabType": "hard" } } } -
arsley revised this gist
Sep 8, 2019 . 4 changed files with 74 additions and 42 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,9 +30,13 @@ # ctrl-z is my tmux's prefix 'atom-text-editor.vim-mode-plus:not(.insert-mode)': 'ctrl-z -': 'pane:split-down-and-move-active-item' 'ctrl-z |': 'pane:split-right-and-move-active-item' 'ctrl-z h': 'window:focus-pane-on-left' 'ctrl-z j': 'window:focus-pane-below' 'ctrl-z k': 'window:focus-pane-above' 'ctrl-z l': 'window:focus-pane-on-right' 'ctrl-m h': 'window:move-active-item-to-pane-on-left' 'ctrl-m j': 'window:move-active-item-to-pane-below' 'ctrl-m k': 'window:move-active-item-to-pane-above' 'ctrl-m l': 'window:move-active-item-to-pane-on-right' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -96,11 +96,11 @@ }, { "name": "autocomplete-plus", "version": "2.42.3" }, { "name": "autocomplete-snippets", "version": "1.12.1" }, { "name": "autoflow", @@ -130,7 +130,7 @@ }, { "name": "bracket-matcher", "version": "0.91.1" }, { "name": "browser-plus", @@ -164,6 +164,10 @@ "name": "dev-live-reload", "version": "0.48.1" }, { "name": "disable-keybindings", "version": "0.6.0" }, { "name": "docblockr", "version": "0.13.7" @@ -190,19 +194,23 @@ }, { "name": "find-and-replace", "version": "0.219.0" }, { "name": "fuzzy-finder", "version": "1.14.0" }, { "name": "git-diff", "version": "1.3.9" }, { "name": "github", "version": "0.30.0" }, { "name": "go-plus", "version": "6.1.0" }, { "name": "go-to-line", @@ -220,10 +228,6 @@ "name": "highlight-selected", "version": "0.16.0" }, { "name": "image-view", "version": "0.64.0" @@ -246,7 +250,7 @@ }, { "name": "language-c", "version": "0.60.18" }, { "name": "language-clojure", @@ -290,27 +294,31 @@ }, { "name": "language-go", "version": "0.47.1" }, { "name": "language-graphql", "version": "1.0.0" }, { "name": "language-html", "version": "0.52.3" }, { "name": "language-hyperlink", "version": "0.17.1" }, { "name": "language-java", "version": "0.31.3" }, { "name": "language-javascript", "version": "0.132.0" }, { "name": "language-json", "version": "1.0.4" }, { "name": "language-latex", @@ -334,15 +342,15 @@ }, { "name": "language-objective-c", "version": "0.16.0" }, { "name": "language-perl", "version": "0.38.1" }, { "name": "language-php", "version": "0.44.2" }, { "name": "language-property-list", @@ -354,7 +362,7 @@ }, { "name": "language-python", "version": "0.53.3" }, { "name": "language-r", @@ -366,7 +374,7 @@ }, { "name": "language-ruby", "version": "0.72.17" }, { "name": "language-ruby-on-rails", @@ -386,7 +394,7 @@ }, { "name": "language-shellscript", "version": "0.27.12" }, { "name": "language-slim", @@ -422,7 +430,7 @@ }, { "name": "language-typescript", "version": "0.5.2" }, { "name": "language-xml", @@ -486,11 +494,11 @@ }, { "name": "markdown-preview", "version": "0.160.2" }, { "name": "metrics", "version": "1.8.1" }, { "name": "notifications", @@ -552,13 +560,17 @@ "name": "ruby-block", "version": "0.3.6" }, { "name": "ruby-solargraph", "version": "0.4.0" }, { "name": "settings-view", "version": "0.261.3" }, { "name": "snippets", "version": "1.5.0" }, { "name": "solarized-dark-syntax", @@ -572,7 +584,7 @@ }, { "name": "spell-check", "version": "0.75.0" }, { "name": "split-diff", @@ -616,7 +628,7 @@ }, { "name": "tree-view", "version": "0.228.0" }, { "name": "typewriter-scroll", This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,9 +26,7 @@ "atom-typescript": { "disableAtomIdeDefinitions": true }, "autocomplete-plus": {}, "autocomplete-ruby": { "rsensePath": "~/.rbenv/shims/rsense" }, @@ -45,7 +43,6 @@ "linter-erb", "spell-check", "language-rust", "atom-elixir", "jumpy", "language-elixir", @@ -60,14 +57,19 @@ "termination", "typewriter-scroll", "language-r", "atom-ide-ui", "ruby-solargraph", "atom-toolbar", "dart" ], "followSymlinks": false, "openEmptyEditorOnStart": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash", "dart" ], "packagesWithSnippetsDisabled": [], "projectHome": "/Users/arsley/working", "telemetryConsent": "limited", "themes": [ @@ -83,8 +85,9 @@ "showOutlineView": false, "showPubCheck": false }, "disable-keybindings": {}, "editor": { "fontSize": 12, "lineHeight": 1, "preferredLineLength": 100, "scrollPastEnd": true, @@ -125,6 +128,11 @@ "highlight-selected": { "lightTheme": true }, "ide-go": { "customServerPath": "/Users/arsley/.go/bin/go-langserver\n", "diagnosticsEnabled": true, "formatTool": "gofmt" }, "ide-ruby": {}, "ide-typescript": { "diagnosticsEnabled": false, @@ -238,6 +246,9 @@ "rubocop-auto-correct": { "rubocopCommandPath": "/Users/arsley/.rbenv/shims/rubocop" }, "ruby-solargraph": { "commandPath": "/Users/arsley/.rbenv/shims/solargraph" }, "sync-settings": { "gistDescription": "My Atom packages with settings" }, This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,3 +30,8 @@ atom-text-editor { atom-text-editor::shadow .cursor { // border-color: red; } .markdown-body { font-family: 'Osaka'; font-size: 0.5em; } -
arsley revised this gist
May 16, 2019 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,10 +28,11 @@ # Atom Flight Manual: # https://atom.io/docs/latest/using-atom-basic-customization#cson # ctrl-z is my tmux's prefix 'atom-text-editor.vim-mode-plus:not(.insert-mode)': 'ctrl-z ctrl--': 'pane:split-down-and-move-active-item' 'ctrl-z ctrl-|': 'pane:split-right-and-move-active-item' 'ctrl-z ctrl-h': 'window:focus-pane-on-left' 'ctrl-z ctrl-j': 'window:focus-pane-on-below' 'ctrl-z ctrl-k': 'window:focus-pane-on-above' 'ctrl-z ctrl-l': 'window:focus-pane-on-right' -
arsley revised this gist
May 15, 2019 . 2 changed files with 119 additions and 93 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -41,6 +41,10 @@ "name": "atom-elixir", "version": "0.2.3" }, { "name": "atom-ide-ui", "version": "0.13.0" }, { "name": "atom-light-syntax", "version": "0.29.1", @@ -61,6 +65,14 @@ "version": "0.10.7", "theme": "ui" }, { "name": "atom-toolbar", "version": "0.1.6" }, { "name": "atom-typescript", "version": "13.2.1" }, { "name": "atomcasts-syntax", "version": "0.10.3", @@ -114,7 +126,7 @@ }, { "name": "bookmarks", "version": "0.46.0" }, { "name": "bracket-matcher", @@ -126,7 +138,7 @@ }, { "name": "busy-signal", "version": "2.0.1" }, { "name": "command-palette", @@ -136,6 +148,10 @@ "name": "dalek", "version": "0.2.2" }, { "name": "dart", "version": "1.0.1" }, { "name": "dash", "version": "1.7.1" @@ -170,36 +186,28 @@ }, { "name": "file-icons", "version": "2.1.32" }, { "name": "find-and-replace", "version": "0.218.9" }, { "name": "fuzzy-finder", "version": "1.13.1" }, { "name": "git-diff", "version": "1.3.9" }, { "name": "github", "version": "0.28.1" }, { "name": "go-to-line", "version": "0.33.0" }, { "name": "goto-definition", "version": "1.3.4" @@ -210,11 +218,15 @@ }, { "name": "highlight-selected", "version": "0.16.0" }, { "name": "ide-ruby", "version": "0.3.0" }, { "name": "image-view", "version": "0.64.0" }, { "name": "incompatible-packages", @@ -230,19 +242,19 @@ }, { "name": "keybinding-resolver", "version": "0.39.0" }, { "name": "language-c", "version": "0.60.14" }, { "name": "language-clojure", "version": "0.22.8" }, { "name": "language-coffee-script", "version": "0.50.0" }, { "name": "language-crystal-actual", @@ -254,7 +266,7 @@ }, { "name": "language-css", "version": "0.44.0" }, { "name": "language-docker", @@ -280,13 +292,9 @@ "name": "language-go", "version": "0.46.6" }, { "name": "language-html", "version": "0.52.0" }, { "name": "language-hyperlink", @@ -298,7 +306,7 @@ }, { "name": "language-javascript", "version": "0.129.21" }, { "name": "language-json", @@ -346,15 +354,19 @@ }, { "name": "language-python", "version": "0.51.10" }, { "name": "language-r", "version": "0.4.2" }, { "name": "language-rspec", "version": "0.12.1" }, { "name": "language-ruby", "version": "0.72.16" }, { "name": "language-ruby-on-rails", @@ -406,16 +418,12 @@ }, { "name": "language-toml", "version": "0.20.0" }, { "name": "language-typescript", "version": "0.4.11" }, { "name": "language-xml", "version": "0.35.3" @@ -426,7 +434,7 @@ }, { "name": "latex", "version": "0.50.2" }, { "name": "line-ending-selector", @@ -438,43 +446,35 @@ }, { "name": "linter", "version": "2.3.0" }, { "name": "linter-elixirc", "version": "1.7.0" }, { "name": "linter-erb", "version": "1.1.4" }, { "name": "linter-eslint", "version": "8.5.5" }, { "name": "linter-rubocop", "version": "2.3.0" }, { "name": "linter-ruby", "version": "1.3.1" }, { "name": "linter-stylelint", "version": "4.4.6" }, { "name": "linter-tslint", "version": "1.10.22" }, { "name": "linter-ui-default", @@ -490,11 +490,11 @@ }, { "name": "metrics", "version": "1.7.2" }, { "name": "notifications", "version": "0.70.6" }, { "name": "one-dark-syntax", @@ -528,6 +528,10 @@ "name": "pigments", "version": "0.40.2" }, { "name": "prettier-atom", "version": "0.56.4" }, { "name": "rails-snippets", "version": "2.21.0" @@ -550,11 +554,11 @@ }, { "name": "settings-view", "version": "0.261.1" }, { "name": "snippets", "version": "1.4.1" }, { "name": "solarized-dark-syntax", @@ -568,11 +572,15 @@ }, { "name": "spell-check", "version": "0.74.4" }, { "name": "split-diff", "version": "1.6.0" }, { "name": "status-bar", "version": "1.8.17" }, { "name": "styleguide", @@ -588,7 +596,7 @@ }, { "name": "tabs", "version": "0.110.0" }, { "name": "tabs-to-spaces", @@ -600,15 +608,15 @@ }, { "name": "termination", "version": "0.7.1" }, { "name": "timecop", "version": "0.36.2" }, { "name": "tree-view", "version": "0.225.0" }, { "name": "typewriter-scroll", @@ -624,14 +632,14 @@ }, { "name": "welcome", "version": "0.36.9" }, { "name": "whitespace", "version": "0.37.7" }, { "name": "wrap-guide", "version": "0.41.0" } ] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ { "_dart": { "_firstRun": true, "_version": "1.0.1" }, "atom-ide-ui": { "atom-ide-code-format": { "formatOnSave": true, @@ -9,9 +11,7 @@ "atom-ide-debugger": { "showDebuggerOnBpSet": false }, "atom-ide-diagnostics-ui": {} }, "atom-runner": { "showOutputWindow": false @@ -20,50 +20,71 @@ "WindowHeight": 100, "enableConsoleInteractiveLinks": false }, "atom-toolbar": { "visible": false }, "atom-typescript": { "disableAtomIdeDefinitions": true }, "autocomplete-plus": { "maxVisibleSuggestions": 5 }, "autocomplete-ruby": { "rsensePath": "~/.rbenv/shims/rsense" }, "core": { "audioBeep": false, "closeDeletedFileTabs": true, "debugLSP": true, "destroyEmptyPanes": false, "disabledPackages": [ "japanese-menu", "atom-terminal-panel", "linter-ruby", "atom-alignment", "linter-erb", "spell-check", "language-rust", "angular-2-typeScript-snippets", "atom-elixir", "jumpy", "language-elixir", "language-matlab-octave", "linter-elixirc", "browser-plus", "language-elm", "language-terraform", "language-pug", "elm-format", "react", "termination", "typewriter-scroll", "language-r", "linter" ], "followSymlinks": false, "openEmptyEditorOnStart": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash" ], "projectHome": "/Users/arsley/working", "telemetryConsent": "limited", "themes": [ "atom-light-ui-slim", "atom-light-syntax" ], "titleBar": "hidden" }, "dart": { "browserLocation": "/Applications/Google Chrome.app", "configureErrorsView": "errors+warnings", "sdkLocation": "/usr/local/Cellar/dart/2.2.0/libexec", "showOutlineView": false, "showPubCheck": false }, "editor": { "fontSize": 11, "lineHeight": 1, "preferredLineLength": 100, "scrollPastEnd": true, @@ -77,11 +98,9 @@ "exception-reporting": { "userId": "eeb25155-7231-8d6e-f8ae-95ac9c52c069" }, "git-diff": { "showIconsInEditorGutter": true }, "go-plus": { "config": { "compileOnSave": false @@ -106,7 +125,7 @@ "highlight-selected": { "lightTheme": true }, "ide-ruby": {}, "ide-typescript": { "diagnosticsEnabled": false, "ignoreFlow": false @@ -145,7 +164,7 @@ "engine": "platex", "loggingLevel": "info", "opener": "skim", "texPath": "i/Users/arsley/Library/TinyTeX/bin/x86_64-darwin\n/Users/arsley/Library/TinyTeX/bin/x86_64-darwin\n" }, "line-jumper": { "numberOfLines": 5 @@ -159,20 +178,23 @@ "elixircPath": "/usr/local/bin/elixirc", "mixPath": "/usr/local/bin/mix" }, "linter-eslint": { "disabling": { "disableWhenNoEslintConfig": false }, "global": { "eslintrcPath": "/Users/aoshi/.eslintrc", "globalNodePath": "/usr/local/var/nodebrew/node/v10.13.0" } }, "linter-hlint": { "hlintExecutablePath": "/Users/aoshi/.cabal/bin/hlint" }, "linter-rubocop": { "command": "/Users/arsley/.rbenv/shims/rubocop" }, "linter-tslint": { "globalNodePath": "/usr/local/var/nodebrew/node/v11.13.0", "useGlobalTslint": true }, "linter-ui-default": { @@ -181,7 +203,6 @@ "minimap": { "absoluteMode": true }, "platformio-ide-terminal": { "ansiColors": { "normal": { @@ -192,7 +213,6 @@ "brightWhite": "#fbfcff" } }, "iconColors": { "cyan": "#0ad5d5" }, @@ -209,19 +229,18 @@ "pp-markdown": { "cssURL": "markdown" }, "prettier-atom": { "formatOnSaveOptions": {} }, "project-manager": { "sortBy": "title" }, "rubocop-auto-correct": { "rubocopCommandPath": "/Users/arsley/.rbenv/shims/rubocop" }, "sync-settings": { "gistDescription": "My Atom packages with settings" }, "term3": { "colors": { "background": "#eff0f2", @@ -238,7 +257,6 @@ "windowHeight": 20 }, "terminal-plus": { "style": { "defaultPanelHeight": "125px", "theme": "inverse" -
arsley revised this gist
Apr 3, 2019 . 2 changed files with 186 additions and 69 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,20 @@ [ { "name": "Stylus", "version": "3.2.0" }, { "name": "about", "version": "1.9.1" }, { "name": "advanced-open-file", "version": "0.16.8" }, { "name": "angular-2-typeScript-snippets", "version": "0.7.0" }, { "name": "archive-view", "version": "0.65.1" @@ -17,22 +25,30 @@ }, { "name": "atom-dark-syntax", "version": "0.29.1", "theme": "syntax" }, { "name": "atom-dark-ui", "version": "0.53.3", "theme": "ui" }, { "name": "atom-eco", "version": "0.2.0" }, { "name": "atom-elixir", "version": "0.2.3" }, { "name": "atom-light-syntax", "version": "0.29.1", "theme": "syntax" }, { "name": "atom-light-ui", "version": "0.46.3", "theme": "ui" }, { @@ -60,15 +76,15 @@ }, { "name": "autocomplete-html", "version": "0.8.8" }, { "name": "autocomplete-paths", "version": "2.12.2" }, { "name": "autocomplete-plus", "version": "2.42.0" }, { "name": "autocomplete-snippets", @@ -88,12 +104,12 @@ }, { "name": "base16-tomorrow-dark-theme", "version": "1.6.0", "theme": "syntax" }, { "name": "base16-tomorrow-light-theme", "version": "1.6.0", "theme": "syntax" }, { @@ -102,7 +118,7 @@ }, { "name": "bracket-matcher", "version": "0.90.4" }, { "name": "browser-plus", @@ -120,6 +136,10 @@ "name": "dalek", "version": "0.2.2" }, { "name": "dash", "version": "1.7.1" }, { "name": "deprecation-cop", "version": "0.56.9" @@ -132,6 +152,10 @@ "name": "docblockr", "version": "0.13.7" }, { "name": "elm-format", "version": "3.2.0" }, { "name": "encoding-selector", "version": "0.23.9" @@ -146,11 +170,11 @@ }, { "name": "file-icons", "version": "2.1.27" }, { "name": "find-and-replace", "version": "0.215.14" }, { "name": "fuzzy-finder", @@ -162,11 +186,11 @@ }, { "name": "github", "version": "0.24.0" }, { "name": "go-plus", "version": "6.1.0" }, { "name": "go-to-line", @@ -190,7 +214,7 @@ }, { "name": "image-view", "version": "0.63.1" }, { "name": "incompatible-packages", @@ -202,15 +226,15 @@ }, { "name": "jumpy", "version": "5.0.2" }, { "name": "keybinding-resolver", "version": "0.38.4" }, { "name": "language-c", "version": "0.60.14" }, { "name": "language-clojure", @@ -226,63 +250,75 @@ }, { "name": "language-csharp", "version": "1.1.0" }, { "name": "language-css", "version": "0.43.0" }, { "name": "language-docker", "version": "1.1.8" }, { "name": "language-elixir", "version": "0.22.1" }, { "name": "language-elm", "version": "1.5.0" }, { "name": "language-gfm", "version": "0.90.6" }, { "name": "language-git", "version": "0.19.1" }, { "name": "language-go", "version": "0.46.6" }, { "name": "language-haml", "version": "0.31.1" }, { "name": "language-html", "version": "0.51.5" }, { "name": "language-hyperlink", "version": "0.17.0" }, { "name": "language-java", "version": "0.31.1" }, { "name": "language-javascript", "version": "0.129.19" }, { "name": "language-json", "version": "0.19.2" }, { "name": "language-latex", "version": "1.2.0" }, { "name": "language-less", "version": "0.34.3" }, { "name": "language-make", "version": "0.23.0" }, { "name": "language-matlab-octave", "version": "0.3.0" }, { "name": "language-mustache", @@ -298,7 +334,7 @@ }, { "name": "language-php", "version": "0.44.1" }, { "name": "language-property-list", @@ -310,11 +346,15 @@ }, { "name": "language-python", "version": "0.51.9" }, { "name": "language-rspec", "version": "0.12.1" }, { "name": "language-ruby", "version": "0.72.14" }, { "name": "language-ruby-on-rails", @@ -324,13 +364,17 @@ "name": "language-rust", "version": "0.4.12" }, { "name": "language-rust-bundled", "version": "0.1.0" }, { "name": "language-sass", "version": "0.62.0" }, { "name": "language-shellscript", "version": "0.27.9" }, { "name": "language-slim", @@ -344,6 +388,14 @@ "name": "language-sql", "version": "0.25.10" }, { "name": "language-stylus", "version": "0.2.0" }, { "name": "language-terraform", "version": "0.8.1" }, { "name": "language-text", "version": "0.7.4" @@ -358,15 +410,15 @@ }, { "name": "language-typescript", "version": "0.4.11" }, { "name": "language-vue", "version": "0.23.1" }, { "name": "language-xml", "version": "0.35.3" }, { "name": "language-yaml", @@ -380,18 +432,22 @@ "name": "line-ending-selector", "version": "0.7.7" }, { "name": "link", "version": "0.31.6" }, { "name": "linter", "version": "2.2.0" }, { "name": "linter-coffeelint", "version": "2.0.1" }, { "name": "linter-elixirc", "version": "1.7.0" }, { "name": "linter-erb", "version": "1.1.1" @@ -412,17 +468,29 @@ "name": "linter-ruby", "version": "1.2.6" }, { "name": "linter-stylelint", "version": "4.4.3" }, { "name": "linter-tslint", "version": "1.9.1" }, { "name": "linter-ui-default", "version": "1.7.1" }, { "name": "markdown-pdf", "version": "2.2.0" }, { "name": "markdown-preview", "version": "0.159.25" }, { "name": "metrics", "version": "1.6.2" }, { "name": "notifications", @@ -435,7 +503,7 @@ }, { "name": "one-dark-ui", "version": "1.12.5", "theme": "ui" }, { @@ -445,7 +513,7 @@ }, { "name": "one-light-ui", "version": "1.12.5", "theme": "ui" }, { @@ -462,7 +530,7 @@ }, { "name": "rails-snippets", "version": "2.21.0" }, { "name": "rails-transporter", @@ -482,33 +550,33 @@ }, { "name": "settings-view", "version": "0.260.1" }, { "name": "snippets", "version": "1.4.0" }, { "name": "solarized-dark-syntax", "version": "1.3.0", "theme": "syntax" }, { "name": "solarized-light-syntax", "version": "1.3.0", "theme": "syntax" }, { "name": "spell-check", "version": "0.74.2" }, { "name": "status-bar", "version": "1.8.16" }, { "name": "styleguide", "version": "0.49.12" }, { "name": "symbols-view", @@ -532,15 +600,15 @@ }, { "name": "termination", "version": "0.7.0" }, { "name": "timecop", "version": "0.36.2" }, { "name": "tree-view", "version": "0.224.5" }, { "name": "typewriter-scroll", @@ -552,15 +620,15 @@ }, { "name": "vim-mode-plus", "version": "1.36.0" }, { "name": "welcome", "version": "0.36.7" }, { "name": "whitespace", "version": "0.37.7" }, { "name": "wrap-guide", This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,18 @@ { "advanced-open-file": {}, "atom-alignment": {}, "atom-ide-ui": { "atom-ide-code-format": { "formatOnSave": true, "formatOnType": false }, "atom-ide-debugger": { "showDebuggerOnBpSet": false }, "atom-ide-diagnostics-ui": { "autoVisibility": true } }, "atom-runner": { "showOutputWindow": false }, @@ -24,23 +36,35 @@ "linter-erb", "linter-haml", "spell-check", "language-rust", "language-vue", "latex", "angular-2-typeScript-snippets", "atom-elixir", "jumpy", "language-elixir", "language-matlab-octave", "linter-elixirc", "language-haml", "browser-plus" ], "followSymlinks": false, "packagesWithKeymapsDisabled": [ "terminal-plus", "dash" ], "telemetryConsent": "limited", "themes": [ "atom-light-ui-slim", "atom-light-syntax" ], "titleBar": "hidden", "useTreeSitterParsers": true }, "editor": { "fontSize": 11, "invisibles": {}, "lineHeight": 1, "preferredLineLength": 100, "scrollPastEnd": true, "showIndentGuide": true, @@ -59,9 +83,19 @@ }, "git-plus": {}, "go-plus": { "config": { "compileOnSave": false }, "disabledBundledPackages": [ "atom-ide-ui", "go-signature-statusbar", "go-debug" ], "format": { "tool": "gofmt" }, "panel": { "displayMode": "closed", "fontSize": "0.9em" }, "test": { @@ -73,6 +107,10 @@ "lightTheme": true }, "ide-crystal": {}, "ide-typescript": { "diagnosticsEnabled": false, "ignoreFlow": false }, "latex": { "cleanPatterns": [ "**/*.aux", @@ -113,23 +151,32 @@ "numberOfLines": 5 }, "linter": { "lintOnChange": false, "lintOnOpen": false, "lintPreviewTabs": false }, "linter-elixirc": { "elixircPath": "/usr/local/bin/elixirc", "mixPath": "/usr/local/bin/mix" }, "linter-erb": {}, "linter-eslint": { "disableWhenNoEslintConfig": false, "eslintrcPath": "/Users/aoshi/.eslintrc", "globalNodePath": "/usr/local/var/nodebrew/node/v10.13.0" }, "linter-hlint": { "hlintExecutablePath": "/Users/aoshi/.cabal/bin/hlint" }, "linter-rubocop": { "command": "/Users/aoshi/.rbenv/shims/rubocop" }, "linter-tslint": { "globalNodePath": "/usr/local/var/nodebrew/node/v10.13.0", "useGlobalTslint": true }, "linter-ui-default": { "panelHeight": 29 }, "minimap": { "absoluteMode": true @@ -172,7 +219,7 @@ "spell-check": {}, "status-bar": {}, "sync-settings": { "gistDescription": "My Atom packages with settings" }, "tabs-to-spaces": {}, "term3": { @@ -209,7 +256,9 @@ "cursorBlink": false } }, "tree-view": { "hideIgnoredNames": true }, "typewriter-scroll": { "autoToggle": false }, -
arsley revised this gist
Oct 9, 2018 . 6 changed files with 892 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Your init script # # Atom will evaluate this file each time a new window is opened. It is run # after packages are loaded/activated and after the previous editor state # has been restored. # # An example hack to log to the console when each text editor is saved. # # atom.workspace.observeTextEditors (editor) -> # editor.onDidSave -> # console.log "Saved! #{editor.getPath()}" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ # Your keymap # # Atom keymaps work similarly to style sheets. Just as style sheets use # selectors to apply styles to elements, Atom keymaps use selectors to associate # keystrokes with events in specific contexts. Unlike style sheets however, # each selector can only be declared once. # # You can create a new keybinding in this file by typing "key" and then hitting # tab. # # Here's an example taken from Atom's built-in keymap: # 'atom-text-editor': 'ctrl-alt-u': 'expand-region:expand' 'ctrl-alt-down': 'expand-region:shrink' # 'enter': 'editor:newline' # # 'atom-workspace': # 'ctrl-shift-p': 'core:move-up' # 'ctrl-p': 'core:move-down' # # You can find more information about keymaps in these guides: # * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings # * https://atom.io/docs/latest/behind-atom-keymaps-in-depth # # This file uses CoffeeScript Object Notation (CSON). # If you are unfamiliar with CSON, you can read more about it in the # Atom Flight Manual: # https://atom.io/docs/latest/using-atom-basic-customization#cson 'atom-text-editor.vim-mode-plus:not(.insert-mode)': 'ctrl-w ctrl--': 'pane:split-down-and-move-active-item' 'ctrl-w ctrl-v': 'pane:split-right-and-move-active-item' 'ctrl-m ctrl-h': 'window:focus-pane-on-left' 'ctrl-m ctrl-j': 'window:focus-pane-on-below' 'ctrl-m ctrl-k': 'window:focus-pane-on-above' 'ctrl-m ctrl-l': 'window:focus-pane-on-right' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,569 @@ [ { "name": "about", "version": "1.10.0" }, { "name": "advanced-open-file", "version": "0.16.8" }, { "name": "archive-view", "version": "0.65.1" }, { "name": "atom-alignment", "version": "0.13.0" }, { "name": "atom-dark-syntax", "version": "0.29.0", "theme": "syntax" }, { "name": "atom-dark-ui", "version": "0.53.2", "theme": "ui" }, { "name": "atom-light-syntax", "version": "0.29.0", "theme": "syntax" }, { "name": "atom-light-ui", "version": "0.46.2", "theme": "ui" }, { "name": "atom-light-ui-slim", "version": "0.25.1", "theme": "ui" }, { "name": "atom-slim-ui", "version": "0.10.7", "theme": "ui" }, { "name": "atomcasts-syntax", "version": "0.10.3", "theme": "syntax" }, { "name": "autocomplete-atom-api", "version": "0.10.7" }, { "name": "autocomplete-css", "version": "0.17.5" }, { "name": "autocomplete-html", "version": "0.8.4" }, { "name": "autocomplete-paths", "version": "2.12.2" }, { "name": "autocomplete-plus", "version": "2.40.7" }, { "name": "autocomplete-snippets", "version": "1.12.0" }, { "name": "autoflow", "version": "0.29.4" }, { "name": "autosave", "version": "0.24.6" }, { "name": "background-tips", "version": "0.28.0" }, { "name": "base16-tomorrow-dark-theme", "version": "1.5.0", "theme": "syntax" }, { "name": "base16-tomorrow-light-theme", "version": "1.5.0", "theme": "syntax" }, { "name": "bookmarks", "version": "0.45.1" }, { "name": "bracket-matcher", "version": "0.89.2" }, { "name": "browser-plus", "version": "0.0.98" }, { "name": "busy-signal", "version": "1.4.3" }, { "name": "command-palette", "version": "0.43.5" }, { "name": "dalek", "version": "0.2.2" }, { "name": "deprecation-cop", "version": "0.56.9" }, { "name": "dev-live-reload", "version": "0.48.1" }, { "name": "docblockr", "version": "0.13.7" }, { "name": "encoding-selector", "version": "0.23.9" }, { "name": "ex-mode", "version": "0.18.0" }, { "name": "exception-reporting", "version": "0.43.1" }, { "name": "file-icons", "version": "2.1.24" }, { "name": "find-and-replace", "version": "0.215.12" }, { "name": "fuzzy-finder", "version": "1.8.2" }, { "name": "git-diff", "version": "1.3.9" }, { "name": "github", "version": "0.18.3" }, { "name": "go-plus", "version": "5.8.6" }, { "name": "go-to-line", "version": "0.33.0" }, { "name": "gotests", "version": "0.4.0" }, { "name": "goto-definition", "version": "1.3.4" }, { "name": "grammar-selector", "version": "0.50.1" }, { "name": "highlight-selected", "version": "0.14.0" }, { "name": "image-view", "version": "0.63.0" }, { "name": "incompatible-packages", "version": "0.27.3" }, { "name": "intentions", "version": "1.1.5" }, { "name": "jumpy", "version": "5.0.1" }, { "name": "keybinding-resolver", "version": "0.38.2" }, { "name": "language-c", "version": "0.60.0" }, { "name": "language-clojure", "version": "0.22.7" }, { "name": "language-coffee-script", "version": "0.49.3" }, { "name": "language-crystal-actual", "version": "0.37.2" }, { "name": "language-csharp", "version": "1.0.4" }, { "name": "language-css", "version": "0.42.11" }, { "name": "language-docker", "version": "1.1.8" }, { "name": "language-gfm", "version": "0.90.5" }, { "name": "language-git", "version": "0.19.1" }, { "name": "language-go", "version": "0.46.0" }, { "name": "language-haml", "version": "0.31.1" }, { "name": "language-html", "version": "0.51.1" }, { "name": "language-hyperlink", "version": "0.16.3" }, { "name": "language-java", "version": "0.30.0" }, { "name": "language-javascript", "version": "0.129.1" }, { "name": "language-json", "version": "0.19.2" }, { "name": "language-latex", "version": "1.1.1" }, { "name": "language-less", "version": "0.34.2" }, { "name": "language-make", "version": "0.22.3" }, { "name": "language-mustache", "version": "0.14.5" }, { "name": "language-objective-c", "version": "0.15.1" }, { "name": "language-perl", "version": "0.38.1" }, { "name": "language-php", "version": "0.44.0" }, { "name": "language-property-list", "version": "0.9.1" }, { "name": "language-pug", "version": "0.0.22" }, { "name": "language-python", "version": "0.51.2" }, { "name": "language-ruby", "version": "0.72.2" }, { "name": "language-ruby-on-rails", "version": "0.25.3" }, { "name": "language-rust", "version": "0.4.12" }, { "name": "language-sass", "version": "0.62.0" }, { "name": "language-shellscript", "version": "0.27.0" }, { "name": "language-slim", "version": "1.0.0" }, { "name": "language-source", "version": "0.9.0" }, { "name": "language-sql", "version": "0.25.10" }, { "name": "language-text", "version": "0.7.4" }, { "name": "language-todo", "version": "0.29.4" }, { "name": "language-toml", "version": "0.18.2" }, { "name": "language-typescript", "version": "0.4.0" }, { "name": "language-vue", "version": "0.23.1" }, { "name": "language-xml", "version": "0.35.2" }, { "name": "language-yaml", "version": "0.32.0" }, { "name": "latex", "version": "0.50.0" }, { "name": "line-ending-selector", "version": "0.7.7" }, { "name": "line-jumper", "version": "0.14.1" }, { "name": "link", "version": "0.31.4" }, { "name": "linter", "version": "2.2.0" }, { "name": "linter-erb", "version": "1.1.1" }, { "name": "linter-eslint", "version": "8.4.1" }, { "name": "linter-haml", "version": "2.0.2" }, { "name": "linter-rubocop", "version": "2.2.3" }, { "name": "linter-ruby", "version": "1.2.6" }, { "name": "linter-ui-default", "version": "1.7.1" }, { "name": "markdown-preview", "version": "0.159.20" }, { "name": "metrics", "version": "1.6.1" }, { "name": "notifications", "version": "0.70.5" }, { "name": "one-dark-syntax", "version": "1.8.4", "theme": "syntax" }, { "name": "one-dark-ui", "version": "1.12.4", "theme": "ui" }, { "name": "one-light-syntax", "version": "1.8.4", "theme": "syntax" }, { "name": "one-light-ui", "version": "1.12.4", "theme": "ui" }, { "name": "open-on-github", "version": "1.3.1" }, { "name": "package-generator", "version": "1.3.0" }, { "name": "pigments", "version": "0.40.2" }, { "name": "rails-snippets", "version": "2.19.0" }, { "name": "rails-transporter", "version": "1.7.1" }, { "name": "react", "version": "0.18.0" }, { "name": "rubocop-auto-correct", "version": "1.5.1" }, { "name": "ruby-block", "version": "0.3.6" }, { "name": "settings-view", "version": "0.255.0" }, { "name": "snippets", "version": "1.3.3" }, { "name": "solarized-dark-syntax", "version": "1.1.5", "theme": "syntax" }, { "name": "solarized-light-syntax", "version": "1.1.5", "theme": "syntax" }, { "name": "spell-check", "version": "0.74.0" }, { "name": "status-bar", "version": "1.8.15" }, { "name": "styleguide", "version": "0.49.11" }, { "name": "symbols-view", "version": "0.118.2" }, { "name": "sync-settings", "version": "0.8.6" }, { "name": "tabs", "version": "0.109.2" }, { "name": "tabs-to-spaces", "version": "1.0.5" }, { "name": "tag", "version": "0.5.0" }, { "name": "termination", "version": "0.6.3" }, { "name": "timecop", "version": "0.36.2" }, { "name": "tree-view", "version": "0.222.0" }, { "name": "typewriter-scroll", "version": "1.0.2" }, { "name": "update-package-dependencies", "version": "0.13.1" }, { "name": "vim-mode-plus", "version": "1.34.0" }, { "name": "welcome", "version": "0.36.6" }, { "name": "whitespace", "version": "0.37.6" }, { "name": "wrap-guide", "version": "0.40.3" } ] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,222 @@ { "advanced-open-file": {}, "atom-alignment": {}, "atom-runner": { "showOutputWindow": false }, "atom-terminal-panel": { "WindowHeight": 100, "enableConsoleInteractiveLinks": false }, "atom-typescript": {}, "autocomplete-ruby": { "rsensePath": "~/.rbenv/shims/rsense" }, "browser-plus": {}, "core": { "audioBeep": false, "destroyEmptyPanes": false, "disabledPackages": [ "japanese-menu", "atom-terminal-panel", "linter-ruby", "atom-alignment", "linter-erb", "linter-haml", "spell-check", "language-rust" ], "followSymlinks": false, "packagesWithKeymapsDisabled": [ "terminal-plus" ], "telemetryConsent": "limited", "themes": [ "atom-light-ui-slim", "atom-light-syntax" ], "titleBar": "hidden" }, "editor": { "fontSize": 11, "invisibles": {}, "lineHeight": 1.2, "preferredLineLength": 100, "scrollPastEnd": true, "showIndentGuide": true, "showInvisibles": true, "tabType": "soft" }, "emmet": { "extensionsPath": "~/.emmet" }, "exception-reporting": { "userId": "eeb25155-7231-8d6e-f8ae-95ac9c52c069" }, "expand-region": {}, "git-diff": { "showIconsInEditorGutter": true }, "git-plus": {}, "go-plus": { "config": {}, "format": {}, "panel": { "fontSize": "0.9em" }, "test": { "runTestsOnSave": false, "runTestsWithShortFlag": false } }, "highlight-selected": { "lightTheme": true }, "ide-crystal": {}, "latex": { "cleanPatterns": [ "**/*.aux", "**/*.aux.bak", "**/*.bbl", "**/*.bcf", "**/*.blg", "**/*.dvi", "**/*.fdb_latexmk", "**/*.fls", "**/*.idx", "**/*.idx.bak", "**/*.ilg", "**/*.ind", "**/*.lof", "**/*.log", "**/*.lol", "**/*.lot", "**/*.nav", "**/*.out", "**/*.ps", "**/*.snm", "**/*.synctex.gz", "**/*.toc", "/**/_minted-{jobname}", "/{output_dir}/sage-plots-for-{jobname}.tex", "/missfont.log", "/texput.log", "/texput.aux" ], "enableSynctex": false, "engine": "platex", "loggingLevel": "info", "opener": "skim", "texPath": "/usr/local/texlive/2018/bin/" }, "line-jumper": { "numberOfLines": 5 }, "linter": { "lintOnChange": false }, "linter-erb": {}, "linter-eslint": { "disableWhenNoEslintConfig": false, "eslintrcPath": "/Users/aoshi/.eslintrc", "globalNodePath": "/usr/local/var/nodebrew/node/v8.11.3", "useGlobalEslint": true }, "linter-hlint": { "hlintExecutablePath": "/Users/aoshi/.cabal/bin/hlint" }, "linter-rubocop": { "command": "/Users/aoshi/.rbenv/shims/rubocop" }, "linter-ui-default": { "panelHeight": 177 }, "minimap": { "absoluteMode": true }, "one-dark-ui": {}, "platformio-ide-terminal": { "ansiColors": { "normal": { "white": "#dddee1" }, "zBright": { "brightCyan": "#07e2e2", "brightWhite": "#fbfcff" } }, "customTexts": {}, "iconColors": { "cyan": "#0ad5d5" }, "style": { "animationSpeed": 5, "fontFamily": "Monaco", "fontSize": "12", "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "pp-markdown": { "cssURL": "markdown" }, "project-manager": { "sortBy": "title" }, "rubocop-auto-correct": { "autoRun": true, "rubocopCommandPath": "/Users/aoshi/.rbenv/shims/rubocop" }, "spell-check": {}, "status-bar": {}, "sync-settings": { "gistDescription": "My Atom packages" }, "tabs-to-spaces": {}, "term3": { "colors": { "background": "#eff0f2", "brightCyan": "#0433ff", "brightWhite": "#888992", "brightYellow": "#0433ff", "foreground": "#000000", "normalWhite": "#abb0aa" }, "cursorBlink": false, "fontSize": "12" }, "terminal-panel": { "windowHeight": 20 }, "terminal-plus": { "core": {}, "style": { "defaultPanelHeight": "125px", "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "termination": { "style": { "animationSpeed": 0, "theme": "inverse" }, "toggles": { "cursorBlink": false } }, "tree-view": {}, "typewriter-scroll": { "autoToggle": false }, "vim-mode-plus": { "statusBarModeStringStyle": "long" }, "welcome": { "showOnStartup": false } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # Your snippets # # Atom snippets allow you to enter a simple prefix in the editor and hit tab to # expand the prefix into a larger code block with templated values. # # You can create a new snippet in this file by typing "snip" and then hitting # tab. # # An example CoffeeScript snippet to expand log to console.log: # # '.source.coffee': # 'Console log': # 'prefix': 'log' # 'body': 'console.log $1' # # Each scope (e.g. '.source.coffee' above) can only be declared once. # # This file uses CoffeeScript Object Notation (CSON). # If you are unfamiliar with CSON, you can read more about it in the # Atom Flight Manual: # https://atom.io/docs/latest/using-atom-basic-customization#cson This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ /* * Your Stylesheet * * This stylesheet is loaded when Atom starts up and is reloaded automatically * when it is changed and saved. * * Add your own CSS or Less to fully customize Atom. * If you are unfamiliar with Less, you can read more about it here: * http://lesscss.org */ /* * Examples * (To see them, uncomment and save) */ // style the background color of the tree view .tree-view { // background-color: whitesmoke; } // style the background and foreground colors on the atom-text-editor-element itself atom-text-editor { // color: white; // background-color: hsl(180, 24%, 12%); } // To style other content in the text editor's shadow DOM, use the ::shadow expression atom-text-editor::shadow .cursor { // border-color: red; } -
arsley created this gist
Oct 9, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {}