The general configuration of my development environment and many other general computer things.

Update Sublime Text packages

+6 -5
+1 -1
private_Library/private_Application Support/private_Sublime Text/private_Packages/private_User/LSP.sublime-settings
··· 1 1 // Settings in here override those in "LSP/LSP.sublime-settings" 2 2 { 3 3 "lsp_format_on_save": true, 4 - } 4 + }
+3 -1
private_Library/private_Application Support/private_Sublime Text/private_Packages/private_User/Package Control.sublime-settings
··· 2 2 "bootstrapped": true, 3 3 "in_process_packages": [], 4 4 "installed_packages": [ 5 + "CMakeFormat", 5 6 "Debugger", 6 7 "LSP", 8 + "LSP-json", 7 9 "LSP-ltex-ls", 8 10 "LSP-rust-analyzer", 9 11 "LSP-svelte", ··· 13 15 "Svelte", 14 16 "xonsh", 15 17 ], 16 - } 18 + }
+2 -3
private_Library/private_Application Support/private_Sublime Text/private_Packages/private_User/Preferences.sublime-settings
··· 5 5 "font_size": 16, 6 6 "color_scheme": "auto", 7 7 "save_on_focus_lost": true, 8 - "ignored_packages": 9 - [ 8 + "ignored_packages": [ 10 9 "Vintage", 11 10 ], 12 - } 11 + }