mihai-vlc / sublime-jsfmt

jsfmt plugin for Sublime Text
MIT License
477 stars 21 forks source link

3rd part plugins? #21

Closed bcomnes closed 9 years ago

bcomnes commented 9 years ago

Can I load in plugins that are not included with the sublime somehow? Install them with -g?

mihai-vlc commented 9 years ago

Yes you can, you don't need to install them globally.

  1. Go to the packages folder (Preferences -> Browse Packages)
  2. cd into the jsfmt folder.
  3. Install the plugins you need.
  4. Go to your jsfmt settings file and add the name of the plugin in the plugins array.
mihai-vlc commented 9 years ago

I also added this steps in the readme file for future reference. Please let me know if you encounter any problem in this process.

mihai-vlc commented 9 years ago

any update here ?

bcomnes commented 9 years ago

Ack this fell of my radar.

Yeah that totally works. It would be neat (and more convenient) if we could access global node_modules, but this works for now.