- Comment: I use this to easily comment out lines of code. (I added support for Lua)
- Hyperclick-LÖVE: I don't use this much but is useful to see what a function does and/or if exists. (I found this awkward so I'm not ussing it anymore)
- Language-Lua: This is required in order to get syntax highlighting for Lua.
- Linter-Luacheck: Luacheck helps a lot at identifying possible problems in a Lua file so this package is a MUST. I provided the LÖVE standard to Luacheck and help maintain the linter-luacheck plugin.
- LÖVE-Atom: Add snippets for autocompletion of LÖVE functions. I help rm-code with this he is always improving it.
- Build-LÖVE: Provides an easy way to run LÖVE projects and get console output and inlining errors from Atom, this replaces love-launcher
- Aligner-Lua: Align sections of code between lines so that they match and are easily readable (Not really needed)
- Language-GLSL: Language to highlight OpenGL shaders
- Autocomplete-GLSL: Autocomplete for OpenGL shaders
NOTE: I installed some of this packages through LÖVE-IDE which may pre-configure some stuff, I ended uninstalling this one because it didn't provide features I was really needing