Skip to content

Commit 9a0ce54

Browse files
author
joshua
committed
updated atom config
1 parent ac5a5b3 commit 9a0ce54

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

home/atom/config.cson

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222
envFile: ".atom/env"
2323
showNotificationOnError: true
2424
"atom-ide-ui":
25+
"atom-ide-code-format":
26+
formatOnSave: true
2527
"atom-ide-datatip":
2628
onlyTopDatatip: true
2729
"atom-ide-diagnostics-ui":
2830
autoVisibility: true
2931
showDiagnosticTraces: true
32+
showDirectoryColumn: true
3033
useExperimentalUi: true
3134
"atom-ide-terminal":
3235
cursorBlink: true
@@ -50,6 +53,8 @@
5053
panelContrast: true
5154
"atom-package-deps":
5255
ignored: []
56+
"atom-terminal":
57+
app: "iTerm.app"
5358
"autocomplete-go":
5459
snippetMode: "nameAndType"
5560
"autocomplete-plus": {}
@@ -114,26 +119,25 @@
114119
"one-vibrancy"
115120
"platformio-ide-terminal"
116121
"linter-jenkins"
117-
"teletype"
118122
"local-settings"
119123
"linter-ui-touchbar"
120-
"atom-cfn-lint"
121124
"blame"
122125
"linter"
126+
"ide-go"
123127
]
124128
packagesWithKeymapsDisabled: [
125129
"sort-lines"
126130
]
127131
telemetryConsent: "no"
128132
themes: [
129133
"pristine-ui"
130-
"atom-darkbox-syntax"
134+
"midnight-owl-syntax"
131135
]
132136
titleBar: "custom"
133137
uriHandlerRegistration: "always"
134138
warnOnLargeFileLimit: 20
135139
editor:
136-
fontFamily: "SFMono Nerd Font"
140+
fontFamily: "Office Code Pro D"
137141
invisibles: {}
138142
scrollPastEnd: true
139143
showIndentGuide: true
@@ -174,6 +178,7 @@
174178
currentPanelHeight: "12.872657580919933vh"
175179
currentPanelWidth: "26.2890625vw"
176180
devMode: false
181+
format: {}
177182
goInstallation: "/usr/local/bin/go"
178183
lint:
179184
args: [
@@ -242,15 +247,14 @@
242247
"linter-spell": {}
243248
"linter-ui-default":
244249
decorateOnTreeView: "Files and Directories"
245-
panelHeight: 300
250+
panelHeight: 238
246251
panelRepresents: "Entire Project"
247252
showProviderName: true
248253
statusBarPosition: "Right"
249254
"linter-ui-hinted":
250255
style: "background"
251256
"linter-write-good":
252257
additionalArgs: "--no-passive"
253-
severityLevel: "Warning"
254258
"markdown-preview":
255259
useGitHubStyle: true
256260
minimap:
@@ -286,6 +290,8 @@
286290
"open-recent":
287291
maxRecentDirectories: 20
288292
maxRecentFiles: 20
293+
"open-terminal-here":
294+
command: "open -a iTerm.app \"$PWD\""
289295
"package-sync":
290296
createOnChange: true
291297
forceOverwrite: true
@@ -322,7 +328,6 @@
322328
"spell-check": {}
323329
"status-bar": {}
324330
tabs:
325-
alwaysShowTabBar: false
326331
enableVcsColoring: true
327332
usePreviewTabs: true
328333
"terminal-tab": {}

home/atom/packages.cson

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ packages: [
4848
"hyperlink-hyperclick"
4949
"ide-go"
5050
"intentions"
51-
"jackhammer-syntax"
5251
"language-batch"
5352
"language-bazel"
5453
"language-docker"
@@ -86,7 +85,7 @@ packages: [
8685
"linter-xmllint"
8786
"local-settings"
8887
"macos-darkmode-syntax"
89-
"macos-mojave-syntax"
88+
"midnight-owl-syntax"
9089
"minimap"
9190
"minimap-bookmarks"
9291
"minimap-codeglance"
@@ -95,10 +94,10 @@ packages: [
9594
"minimap-highlight-selected"
9695
"minimap-linter"
9796
"minimap-selection"
98-
"nord-atom-syntax"
9997
"one-dark-vivid-syntax"
10098
"one-vibrancy"
10199
"open-recent"
100+
"open-terminal-here"
102101
"open-unsupported-files"
103102
"package-sync"
104103
"pigments"

home/atom/projects.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

home/atom/styles.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "colors";
1+
// @import "colors";
22
@import "syntax-variables";
33

44
@highlight-color: hsl(251, 22%, 40%) !important;

0 commit comments

Comments
 (0)