tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Update Sublime Text packages
dekker.one
3 years ago
345416e7
0085f1a8
+6
-5
3 changed files
expand all
collapse all
unified
split
private_Library
private_Application Support
private_Sublime Text
private_Packages
private_User
LSP.sublime-settings
Package Control.sublime-settings
Preferences.sublime-settings
+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
-
}
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
5
+
"CMakeFormat",
5
6
"Debugger",
6
7
"LSP",
8
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
16
-
}
18
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
8
-
"ignored_packages":
9
9
-
[
8
8
+
"ignored_packages": [
10
9
"Vintage",
11
10
],
12
12
-
}
11
11
+
}