This commit is contained in:
2024-09-06 08:31:49 -04:00
parent c1ce567827
commit f4f8ca18c9
6 changed files with 835 additions and 23 deletions
+9 -17
View File
@@ -1,4 +1,5 @@
{
"base_keymap": "None",
"outline_panel": {
"dock": "right"
},
@@ -7,7 +8,7 @@
"metrics": false
},
"assistant": {
"version": "1",
"version": "2",
"enabled": false
},
"features": {
@@ -23,17 +24,17 @@
"theme": {
"mode": "system",
"light": "Ayu Light",
"dark": "Ayu Mirage"
"dark": "Catppuccin Mocha"
},
"scrollbar": {
"show": "system"
},
"scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20,
"ui_font_family": "Rec Mono Semicasual",
"ui_font_family": "SF Mono",
"ui_font_features": {},
"ui_font_size": 17,
"buffer_font_family": "Rec Mono Semicasual",
"buffer_font_family": "SF Mono",
"buffer_font_size": 15,
"terminal": {
"font_family": "FiraCode Nerd Font Mono"
@@ -54,29 +55,20 @@
"enabled": true,
"coloring": "indent_aware"
},
"wrap_guides": [80],
"languages": {
"Go": {
"tab_size": 2
},
"Astro": {
"tab_size": 2
},
"TypeScript": {
"code_actions_on_format": {
"source.organizeImports": true
}
},
"TSX": {
"code_actions_on_format": {
"source.organizeImports": true
}
}
},
"project_panel": {
"indent_size": 10
"indent_size": 10,
"auto_fold_dirs": false
},
"file_types": {
"HTML": ["hbs", "njk", "webc"]
"HTML": ["hbs", "njk", "webc"],
"Shell Script": [".env.local", ".env"]
}
}