update zed config
This commit is contained in:
parent
8e8e637dbe
commit
c5bc93250e
7 changed files with 557 additions and 4 deletions
116
configs/zed/config.json
Normal file
116
configs/zed/config.json
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
// Zed settings
|
||||
//
|
||||
// For information on how to configure Zed, see the Zed
|
||||
// documentation: https://zed.dev/docs/configuring-zed
|
||||
//
|
||||
// To see all of Zed's default settings without changing your
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"git": {
|
||||
"inline_blame": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"button": false,
|
||||
"model_parameters": []
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"button": false
|
||||
},
|
||||
"notification_panel": {
|
||||
"button": false
|
||||
},
|
||||
"git_panel": {
|
||||
"status_style": "icon"
|
||||
},
|
||||
"bottom_dock_layout": "contained",
|
||||
"preview_tabs": {
|
||||
"enable_preview_from_file_finder": true
|
||||
},
|
||||
"tabs": {
|
||||
"show_diagnostics": "all",
|
||||
"file_icons": true,
|
||||
"git_status": true
|
||||
},
|
||||
"search": {
|
||||
"button": true
|
||||
},
|
||||
"diagnostics": {
|
||||
"button": true
|
||||
},
|
||||
"debugger": {
|
||||
"button": true
|
||||
},
|
||||
"status_bar": {
|
||||
"cursor_position_button": true,
|
||||
"active_language_button": true
|
||||
},
|
||||
"project_panel": {
|
||||
"hide_root": true,
|
||||
"starts_open": false,
|
||||
"entry_spacing": "standard",
|
||||
"hide_gitignore": false,
|
||||
"button": true
|
||||
},
|
||||
"toolbar": {
|
||||
"code_actions": true
|
||||
},
|
||||
"horizontal_scroll_margin": 6.0,
|
||||
"vertical_scroll_margin": 5.0,
|
||||
"use_system_window_tabs": false,
|
||||
"tab_bar": {
|
||||
"show_nav_history_buttons": false,
|
||||
"show": true
|
||||
},
|
||||
"title_bar": {
|
||||
"show_branch_icon": true,
|
||||
"show_branch_name": true,
|
||||
"show_project_items": true,
|
||||
"show_onboarding_banner": false,
|
||||
"show_menus": false,
|
||||
"show_user_picture": false,
|
||||
"show_sign_in": false
|
||||
},
|
||||
"terminal": {
|
||||
"button": true,
|
||||
"font_size": 12.0
|
||||
},
|
||||
"indent_guides": {
|
||||
"coloring": "indent_aware"
|
||||
},
|
||||
"tab_size": 2,
|
||||
"scrollbar": {
|
||||
"show": "never"
|
||||
},
|
||||
"auto_signature_help": true,
|
||||
"ui_font_family": "Adwaita Sans",
|
||||
"buffer_font_family": "JetBrainsMono Nerd Font",
|
||||
"icon_theme": {
|
||||
"mode": "system",
|
||||
"light": "Catppuccin Macchiato",
|
||||
"dark": "Catppuccin Macchiato"
|
||||
},
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "GetDTE-Prod-App",
|
||||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/invoice-chile/scripts"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"disable_ai": true,
|
||||
"auto_update": false,
|
||||
"vim_mode": true,
|
||||
"ui_font_size": 16.0,
|
||||
"buffer_font_size": 14.0,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Catppuccin Macchiato",
|
||||
"dark": "Catppuccin Macchiato"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue