Sublime Text 3 Install Package not working in Big Sur
Here's how to fix Sublime Text 3 Install Package not working or not showing on package list (command + shift + P)
Open the Sublime app
Press cmd + shift + p
Enter Browse Packages and press Enter
This command will open the Finder app
Go to the Installed Packages folder and delete the Package Control plugin file (if it exists)
Select to Packages folder (in the same level of the Installed Packages folder) and hit cmd + c to copy the folder (path)
Opeb Terminal app
Enter cd and paste the folder path (cmd + v). You will see the command like this:
cd /Users/[youre-username]/Library/Application Support/Sublime Text 3/Packages
Press Enter to go into the folder
Clone the @TheSecEng 's fork
git clone git@github.com:TheSecEng/package_control.git "Package Control"
Restart Sublime