fish alias & proxy & zed setting update
This commit is contained in:
+7
-15
@@ -7,18 +7,18 @@
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"diagnostics": {
|
||||
"inline": {
|
||||
"enabled": true
|
||||
"vim_mode": true,
|
||||
"agent_servers": {
|
||||
"codex": {
|
||||
"default_config_options": {
|
||||
"reasoning_effort": "xhigh"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ui_font_size": 16.0,
|
||||
"show_edit_predictions": false,
|
||||
"relative_line_numbers": "disabled",
|
||||
"edit_predictions": {
|
||||
"provider": "none"
|
||||
},
|
||||
"remove_trailing_whitespace_on_save": false,
|
||||
"inline_code_actions": true,
|
||||
"gutter": {
|
||||
"breakpoints": true,
|
||||
@@ -43,12 +43,6 @@
|
||||
"outline_panel": {
|
||||
"default_width": 280.0,
|
||||
},
|
||||
"notification_panel": {
|
||||
"dock": "right",
|
||||
},
|
||||
"debugger": {
|
||||
"dock": "bottom",
|
||||
},
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false,
|
||||
@@ -69,6 +63,7 @@
|
||||
"tab_size": 4,
|
||||
"format_on_save": "off",
|
||||
"ensure_final_newline_on_save": false,
|
||||
"remove_trailing_whitespace_on_save": false,
|
||||
// "preferred_line_length": 80,
|
||||
"soft_wrap": "editor_width",
|
||||
"git": {
|
||||
@@ -76,9 +71,6 @@
|
||||
"enabled": false,
|
||||
},
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"button": false,
|
||||
},
|
||||
// "vim_mode": true,
|
||||
////// LSP config //////
|
||||
"lsp": {
|
||||
|
||||
Reference in New Issue
Block a user