dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 55 forks source link

golang layers, some packages keep getting reinstalled #257

Open gabor opened 7 years ago

gabor commented 7 years ago

i enabled the :tools/linter and :lang/go layers, and it works fine, but it keeps installing the following 4 packages everytime when i start atom:

go-config
gometalinter-linter
go-get
gorename

any ideas why they don't just stay installed?

geksilla commented 7 years ago

@gabor, seems like these packages were unpublished in favor to go-plus package. You can disable these packages for now.

@dvcrn, let me know if you want to include go-plus package to #213

dvcrn commented 7 years ago

Great! I had no idea they unpublished them. I'll update my PR and see to get this merged this week

zer09 commented 7 years ago

got same issue here

dvcrn commented 7 years ago

@zer09 please give 0.15 a try. It got rid of the re-install issue for me

zer09 commented 7 years ago

@dvcrn thanks, the issue is resolve. It is not reinstalling anymore when re-opening the atom..