sync
This commit is contained in:
commit
c1a497aad7
8
LSP.sublime-settings
Normal file
8
LSP.sublime-settings
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
// Settings in here override those in "LSP/LSP.sublime-settings"
|
||||||
|
{
|
||||||
|
"lsp_format_on_save": false,
|
||||||
|
"lsp_code_actions_on_save": {
|
||||||
|
"source.fixAll": false,
|
||||||
|
"source.organizeImports": true,
|
||||||
|
},
|
||||||
|
}
|
22
Package Control.sublime-settings
Normal file
22
Package Control.sublime-settings
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"bootstrapped": true,
|
||||||
|
"in_process_packages":
|
||||||
|
[
|
||||||
|
],
|
||||||
|
"installed_packages":
|
||||||
|
[
|
||||||
|
"Catppuccin color schemes",
|
||||||
|
"EditorConfig",
|
||||||
|
"ESLint-Formatter",
|
||||||
|
"LSP",
|
||||||
|
"LSP-copilot",
|
||||||
|
"LSP-typescript",
|
||||||
|
"NeoVintageous",
|
||||||
|
"Package Control",
|
||||||
|
"Terminal",
|
||||||
|
"Theme - Adaptify",
|
||||||
|
"V",
|
||||||
|
"Vintage Relative Lines",
|
||||||
|
"VintageLines",
|
||||||
|
],
|
||||||
|
}
|
0
Package Control.user-ca-bundle
Normal file
0
Package Control.user-ca-bundle
Normal file
19
Preferences.sublime-settings
Normal file
19
Preferences.sublime-settings
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage",
|
||||||
|
"Vintage Relative Lines",
|
||||||
|
"VintageLines",
|
||||||
|
],
|
||||||
|
"vintage_start_in_command_mode": false,
|
||||||
|
"index_files": true,
|
||||||
|
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
||||||
|
"theme": "Adaptive.sublime-theme",
|
||||||
|
"font_size": 15,
|
||||||
|
"neovintageous_build_version": 13200,
|
||||||
|
"font_face": "JetBrains Mono",
|
||||||
|
"vintageous_lsp_save": true,
|
||||||
|
"vintageous_use_super_keys": false,
|
||||||
|
"tab_size": 2,
|
||||||
|
"translate_tabs_to_spaces": true,
|
||||||
|
}
|
Loading…
Reference in a new issue