feat: minor improvements

This commit is contained in:
2025-07-08 16:22:36 +02:00
parent d0835706d4
commit 03f30d8e64
5 changed files with 55 additions and 22 deletions

View File

@@ -1,14 +1,14 @@
// ╭───────────────────────────────╮
// │- Zed editor settings │
// │- author: Daniel Heras Quesada │
// ╰───────────────────────────────╯
// ╭───────────────────────────────
// │- Zed editor settings -
// │- author: Daniel Heras Quesada -
// ╰───────────────────────────────
{
// ╭─────────╮
// │ General │
// ╰─────────╯
"auto_update": true,
"base_keymap": "VSCode",
"restore_on_startup": "last_workspace",
"restore_on_startup": "last_session",
// ╭─────────╮
// │ Styling │
// ╰─────────╯
@@ -99,7 +99,6 @@
"dock": "right",
"default_width": 640,
"default_height": 320,
"provider": "openai",
"version": "2",
"default_model": {
"provider": "openai",
@@ -135,7 +134,10 @@
"show_branch_name": true
},
"minimap": {
"show": "never"
"show": "never",
"thumb": "always",
"thumb_border": "left_open",
"current_line_highlight": "all"
},
"modal_max_width": "medium",
"outline_panel": {