Skip to content

Instantly share code, notes, and snippets.

@LordOkami
Last active June 6, 2018 10:12
Show Gist options
  • Save LordOkami/abcc743a006bd6889d614fc1d8d7bdd4 to your computer and use it in GitHub Desktop.
Save LordOkami/abcc743a006bd6889d614fc1d8d7bdd4 to your computer and use it in GitHub Desktop.
Atom packages
# Linters
apm install linter
apm install linter-clang
apm install linter-sass-lint
apm install linter-eslint
apm install linter-csslint
apm install linter-stylelint
apm install file-icons
apm install linter-gcc
apm install linter-cpplint
# Python
apm install python-tools
apm install autocomplete-python
# Docker
apm install language-docker
apm install linter-docker
# React
apm install react
# Elixir
apm install language-elixir
apm install atom-elixir
apm install linter-elixirc
# Others
apm install language-markdown
apm install teletype
apm install minimap
apm install git-blame
# Snippets
apm install atom-jest-snippets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment