To cleanup User folder I’d like to move all syntax settings like Bash.sublime-settings
to a separate folder.
But then the files aren’t loaded anymore
Is there a way to load them even in a subfolder?
To cleanup User folder I’d like to move all syntax settings like Bash.sublime-settings
to a separate folder.
But then the files aren’t loaded anymore
Is there a way to load them even in a subfolder?
If ST ignores them when being placed in a subfolder of User package, than there’s obviously no way to load them.
Even if they would be, default edit_settings
command assumes all user settings files to be located directly in User package.