My custom plugins are cluttering up my /Packages/User
directory, and I'd like to tidy up a bit by creating different subfolders for each plugin -- e.g., /Packages/User/0.custom_plugin_one
. The catch-all directory for custom plugins is /Packages/User
. I haven't been able to locate any documentation that tells me how to create a reference to my own custom subfolders so that plugins will automatically load. Can anyone please steer me in the right direction?
Along with the custom plugins in the user-defined directories, I'd like to include all of the related .sublime-build
and .sublime-keymap
files.
Plugins generally live in a dedicated subfolder of the Packages
directory. If you've developed your own, you can always make directories like Packages/0MyFirstPlugin
, Packages/1MySecondPlugin
, etc. to keep them at the top of your directory hierarchy.