hi, added :center-cursor to additional packages, and when I start the editor it shows installing ok, but then the next start it installs it again, and basically every time I reload it also installs it.. I would appreciate any hints regarding this issue, like how to debug it or anything as I am very new to atom/proton
seems like nothing i write in the additional packages actually get installed, but it pretends to do so
@ashnur: the key has to be exact. Proton is doing a lookup on the package through apm
I can’t find a package with that name - https://atom.io/packages/center-cursor
my bad
How to install something that's not on apm?
you will have to clone the plugin you want and link it with apm link
then make sure that the package name (`center-cursor`) is inside your additional-packages so proton will not uninstall it
thanks @dvcrn