How can I get a list of all installed and activated plugins in Atom?
I can use apm list --installed --bare
to get all installed packages but I don't want to include disabled ones. And I have a lot of disabled packages.
Open Atom, go to edit > preferences > install and search for the package you wish to install.
There are mainly two ways to install packages for Atom: Enter apm install package-name on your terminal. Obviously, the Atom package manager, apm, must be installed (you can enter apm to verify installation). Open Atom and go to edit > preferences > install and then search for the package you want to install.
These Atom packages can be found at the Atom > Packages webpage. Among other things, these packages can: Extend the functionality of Atom.
go to atom -> install new package -> and you will see all the installed and activated packages first
Currently apm
can't list only enabled packages. You can perhaps use package-manager-commands
and list all enabled packages to disable:
package-manager:disable-package
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With