Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 775 Bytes

dotatom

This project contains the configuration and packages I use on my Atom

Install packages

To install the packages on the packages.list file run:

apm install --packages-file packages.list

Update packages list

To update the packages.list with the new version of the updated packages, simply run:

apm list --installed --bare > packages.list

PANIC suggestion on atocomplete-go

Sometimes when you update to a new version of Go, gocode is not able to give appropriate suggestions, so it throws a panic. Thankfully the maintainers of gocode are very responsive, so when you do encounter this error, run the following command:

gocode close && go get -u github.com/nsf/gocode