How to permanently enable Sublime Text 3 LiveReload plugin

I recently installed the LiveReload plugin for Sublime Text 3. I also installed the LiveReload Chrome extension. Everything works great, but there is another headache. I need to go to package management in Sublime and enable the LiveReload Simple Reload plugin every time I open Sublime. Is there a way to enable Sublime Text 3 LiveReload plugins permanently?

+3


source to share


2 answers


I installed: https://github.com/Grafikart/ST3-LiveReload

Next: settings → Package settings → LiveReload → Settings - User



Add to

{ 
    "enabled_plugins": [
        "SimpleRefresh"
    ]
}

      

+4


source


{"enabled_plugins": ["SimpleReloadPlugin", "SimpleRefresh"]}



0


source







All Articles