It used to work before, but after some updates on this plugin, loading setting doesn't work anymore in ST3. The issue was that it reads the setting file before the plugin is actually loaded, resulting in the setting variable is None. So, I have added plugin_loaded method to update the settings.loaded_settings, get, and set attributes. I have tested it in my ST3 and work fine. Pls. consider to apply it to your master branch. Thanks,
It used to work before, but after some updates on this plugin, loading setting doesn't work anymore in ST3. The issue was that it reads the setting file before the plugin is actually loaded, resulting in the setting variable is None. So, I have added plugin_loaded method to update the settings.loaded_settings, get, and set attributes. I have tested it in my ST3 and work fine. Pls. consider to apply it to your master branch. Thanks,