last linux update

This commit is contained in:
2025-12-21 23:00:19 +01:00
parent b1427149c8
commit 5efe72e2d7

View File

@@ -16,14 +16,14 @@
// │ Styling │ // │ Styling │
// ╰─────────╯ // ╰─────────╯
"icon_theme": "Bearded Icon Theme", "icon_theme": "Bearded Icon Theme",
"theme": "Repose dark", "theme": "Ayu Mirage",
"unnecessary_code_fade": 0.2, "unnecessary_code_fade": 0.2,
// ╭──────╮ // ╭──────╮
// │ Font │ // │ Font │
// ╰──────╯ // ╰──────╯
"ui_font_size": 14, "ui_font_size": 10.0,
"ui_font_family": "JetBrainsMonoNL Nerd Font Mono", "ui_font_family": "JetBrainsMonoNL Nerd Font Mono",
"buffer_font_size": 15.0, "buffer_font_size": 10.0,
"buffer_font_family": "JetBrainsMonoNL Nerd Font Mono", "buffer_font_family": "JetBrainsMonoNL Nerd Font Mono",
"buffer_font_weight": 400, "buffer_font_weight": 400,
"buffer_line_height": "comfortable", "buffer_line_height": "comfortable",
@@ -48,7 +48,7 @@
"show_commit_summary": true "show_commit_summary": true
} }
}, },
"hard_tabs": false, "hard_tabs": true,
"hover_popover_enabled": true, "hover_popover_enabled": true,
"hover_popover_delay": 0, "hover_popover_delay": 0,
"indent_guides": { "indent_guides": {
@@ -73,7 +73,7 @@
"show_completions_on_input": true, "show_completions_on_input": true,
"show_whitespaces": "selection", "show_whitespaces": "selection",
"wrap_guides": [80], "wrap_guides": [80],
"relative_line_numbers": true, "relative_line_numbers": "enabled",
"scrollbar": { "scrollbar": {
"show": "auto", "show": "auto",
"cursors": true, "cursors": true,
@@ -126,6 +126,7 @@
"cargo": null "cargo": null
}, },
"title_bar": { "title_bar": {
"show_sign_in": false,
"show_branch_icon": true, "show_branch_icon": true,
"show_project_items": true, "show_project_items": true,
"show_user_picture": true, "show_user_picture": true,
@@ -223,7 +224,7 @@
}, },
// "font_family": null, // "font_family": null,
"font_features": null, "font_features": null,
"font_size": 14, "font_size": 10,
"line_height": "comfortable", "line_height": "comfortable",
"option_as_meta": true, "option_as_meta": true,
"button": true, "button": true,
@@ -286,6 +287,9 @@
"code_actions_on_format": { "code_actions_on_format": {
"source.organizeImports": true "source.organizeImports": true
} }
},
"Python": {
"language_servers": ["pylsp", "!basedpyright"]
} }
}, },
"file_types": { "file_types": {