This commit is contained in:
Anton Nesterov 2024-11-23 18:43:26 +01:00
commit c1a497aad7
No known key found for this signature in database
GPG key ID: 59121E8AE2851FB5
5 changed files with 51 additions and 0 deletions

8
LSP.sublime-settings Normal file
View 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,
},
}

View 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",
],
}

View file

View 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,
}

2
makefile Normal file
View file

@ -0,0 +1,2 @@
sync:
@cp ~/Library/Application\ Support/Sublime\ Text/Packages/User/* .