feat: minor improvements
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user