Skip to content

Commit

Permalink
atom: Sundry config updates, disable rarely-used plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Feb 6, 2017
1 parent 4b98234 commit 96c5ade
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 9 deletions.
29 changes: 24 additions & 5 deletions .atom/config.cson
Expand Up @@ -12,10 +12,12 @@
"autocomplete-php": {}
"autocomplete-plus": {}
"autocomplete-python":
useKite: false
useSnippets: "required"
"autocomplete-ruby": {}
"autocomplete-ruby":
rsensePath: "~/.gem/ruby/2.3.1/bin/rsense"
"base16-syntax":
scheme: "Eighties"
scheme: "Tomorrow"
build:
stealFocus: false
"build-cargo": {}
Expand All @@ -28,6 +30,10 @@
"linter-scalac"
"symbols-view"
"tabs"
"atom-typescript"
"linter-tslint"
"build-tsc"
"autocomplete-ruby"
]
packagesWithKeymapsDisabled: [
"racer"
Expand Down Expand Up @@ -56,12 +62,14 @@
userId: "9f35f77d-b182-15f2-cad2-98458372d0e0"
"git-diff":
showIconsInEditorGutter: true
"git-plus":
wordDiff: false
"git-plus": {}
"go-config":
gopath: "~/src/go"
"go-oracle":
oraclePath: "~/src/go/bin/oracle"
"go-plus":
goPath: "~/src/go"
config: {}
panelDisplayMode: "closed"
"haskell-ghc-mod":
additionalPathDirectories: [
"~/.local/bin"
Expand All @@ -72,6 +80,9 @@
"ide-haskell":
cabalPath: "~/.cabal/bin/cabal"
onCursorMove: "Show Tooltip"
"isotope-ui":
backgroundGradient: true
fontFamily: "Fira Sans"
linter: {}
"linter-gotype": {}
"linter-pep8": {}
Expand All @@ -88,6 +99,8 @@
racer:
racerBinPath: "~/.cargo/bin/racer"
rustSrcPath: "~/src/rust/rust/src/"
"seti-ui":
compactView: true
"sourcegraph-atom":
highlightReferencesInFile: false
"status-bar": {}
Expand All @@ -108,6 +121,12 @@
surroundCommand: "S"
welcome:
showOnStartup: false
".erlang.html.text.yaws":
editor:
tabLength: 4
".erlang.source":
editor:
tabLength: 4
".lua.source.tts":
editor:
tabLength: 4
Expand Down
3 changes: 3 additions & 0 deletions .atom/keymap.cson
Expand Up @@ -56,6 +56,9 @@
'ctrl-g': 'core:cancel'
'ctrl-v': 'pane:split-right'
'ctrl-s': 'pane:split-down'
'.advanced-open-file atom-text-editor':
'ctrl-v': 'pane:split-right'
'ctrl-s': 'pane:split-down'

#-------------------------------------------------------------------------------
# Vim Normal + Visual Modes
Expand Down
9 changes: 5 additions & 4 deletions .atom/projects.cson
Expand Up @@ -16,14 +16,15 @@
goPath: "/Volumes/saasbuilders/buyagain:/Volumes/saasbuilders/buyagain/vendor"
"sourcegraph-atom":
goPath: "/Volumes/saasbuilders/buyagain:/Volumes/saasbuilders/buyagain/vendor:~/src/go"
"atom-ctags":
cmd: "gotags"
cmdArgs: "-tag-relative -R -f .git/tags"
extraTagFiles: ".git/tags"
haskellkoans:
title: "HaskellKoans"
group: "Haskell"
icon: "icon-steps"
paths: [
"~/src/koans/HaskellKoans"
]
keenclientscala:
title: "Keen Client Scala"
paths: [
"/Users/ches/src/scala/KeenClient-Scala"
]

0 comments on commit 96c5ade

Please sign in to comment.