2025-03-25
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ font-family = Monaspace Argon
|
|||||||
font-thicken = true
|
font-thicken = true
|
||||||
selection-invert-fg-bg = true
|
selection-invert-fg-bg = true
|
||||||
|
|
||||||
window-height = 36
|
window-height = 32
|
||||||
window-width = 100
|
window-width = 100
|
||||||
window-padding-x = 5
|
window-padding-x = 5
|
||||||
window-padding-y = 5
|
window-padding-y = 5
|
||||||
|
|||||||
+35
-12
@@ -2,7 +2,7 @@
|
|||||||
"git_panel": {
|
"git_panel": {
|
||||||
"dock": "left"
|
"dock": "left"
|
||||||
},
|
},
|
||||||
"icon_theme": "Catppuccin Macchiato",
|
"icon_theme": "Phosphor Icons Theme",
|
||||||
"show_user_picture": false,
|
"show_user_picture": false,
|
||||||
"show_edit_predictions": true,
|
"show_edit_predictions": true,
|
||||||
"base_keymap": "None",
|
"base_keymap": "None",
|
||||||
@@ -22,6 +22,10 @@
|
|||||||
"disabled_globs": [".md"],
|
"disabled_globs": [".md"],
|
||||||
"mode": "eager"
|
"mode": "eager"
|
||||||
},
|
},
|
||||||
|
"active_pane_modifiers": {
|
||||||
|
"inactive_opacity": 0.7
|
||||||
|
},
|
||||||
|
"redact_private_values": true,
|
||||||
"features": {
|
"features": {
|
||||||
"edit_prediction_provider": "none"
|
"edit_prediction_provider": "none"
|
||||||
},
|
},
|
||||||
@@ -32,22 +36,31 @@
|
|||||||
"button": "never"
|
"button": "never"
|
||||||
},
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"breadcrumbs": true,
|
"breadcrumbs": false,
|
||||||
"quick_actions": false
|
"quick_actions": false,
|
||||||
|
"selections_menu": false
|
||||||
|
},
|
||||||
|
"file_finder": {
|
||||||
|
"file_icons": false
|
||||||
|
},
|
||||||
|
"seed_search_query_from_cursor": "selection",
|
||||||
|
"gutter": {
|
||||||
|
"runnables": false,
|
||||||
|
"code_actions": false
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Ayu Light",
|
"light": "Adwaita Pastel Light",
|
||||||
"dark": "Ayu Mirage"
|
"dark": "Ayu Dark"
|
||||||
},
|
},
|
||||||
"scrollbar": {
|
"scrollbar": {
|
||||||
"show": "never"
|
"show": "never"
|
||||||
},
|
},
|
||||||
"cursor_shape": "underline",
|
"cursor_shape": "underline",
|
||||||
"scroll_beyond_last_line": "vertical_scroll_margin",
|
"scroll_beyond_last_line": "vertical_scroll_margin",
|
||||||
"vertical_scroll_margin": 20,
|
"vertical_scroll_margin": 18,
|
||||||
"ui_font_family": "Hack",
|
"ui_font_family": ".SystemUIFont",
|
||||||
"ui_font_size": 15,
|
"ui_font_size": 16,
|
||||||
"buffer_font_family": "Monaspace Argon Var",
|
"buffer_font_family": "Monaspace Argon Var",
|
||||||
"buffer_font_features": {
|
"buffer_font_features": {
|
||||||
"calt": true,
|
"calt": true,
|
||||||
@@ -66,19 +79,25 @@
|
|||||||
"terminal": {
|
"terminal": {
|
||||||
"dock": "bottom",
|
"dock": "bottom",
|
||||||
"font_family": "Monaspace Argon Var",
|
"font_family": "Monaspace Argon Var",
|
||||||
"font_fallbacks": ["FiraCode Nerd Font Mono"]
|
"font_fallbacks": ["FiraCode Nerd Font Mono"],
|
||||||
|
"toolbar": { "breadcrumbs": false }
|
||||||
},
|
},
|
||||||
"soft_wrap": "editor_width",
|
"soft_wrap": "editor_width",
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"close_position": "left",
|
"close_position": "left",
|
||||||
"git_status": true,
|
"git_status": true,
|
||||||
"file_icons": true
|
"file_icons": true,
|
||||||
|
"show_diagnostics": "all"
|
||||||
},
|
},
|
||||||
"notification_panel": {
|
"notification_panel": {
|
||||||
"button": false
|
"button": false
|
||||||
},
|
},
|
||||||
|
"tab_bar": {
|
||||||
|
"show_nav_history_buttons": false
|
||||||
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"git_gutter": "tracked_files"
|
"git_gutter": "tracked_files",
|
||||||
|
"hunk_style": "unstaged_hollow"
|
||||||
},
|
},
|
||||||
"indent_guides": {
|
"indent_guides": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
@@ -101,8 +120,12 @@
|
|||||||
"project_panel": {
|
"project_panel": {
|
||||||
"dock": "left",
|
"dock": "left",
|
||||||
"indent_size": 10,
|
"indent_size": 10,
|
||||||
"auto_fold_dirs": false
|
"auto_fold_dirs": false,
|
||||||
|
"show_diagnostics": "off",
|
||||||
|
"git_status": true,
|
||||||
|
"entry_spacing": "standard"
|
||||||
},
|
},
|
||||||
|
"autosave": "on_focus_change",
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"HTML": ["hbs", "njk", "webc", "leaf"]
|
"HTML": ["hbs", "njk", "webc", "leaf"]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user