Prevent package file merging by overriding shipped packages
masterWhen you symlink a package from this repository, it overrides the default package. However, if you rename or delete files within your symlinked folder, the original files from the shipped .sublime-package may still be loaded by Sublime Text.
To prevent this, you can force Sublime Text to load an empty package instead of the shipped one by creating an empty .sublime-package zip file in your Installed Packages directory. This ensures you are overriding the shipped package entirely rather than merging files.