Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 31, 2024
1 parent b7d2537 commit 47daf3b
Showing 1 changed file with 45 additions and 9 deletions.
54 changes: 45 additions & 9 deletions doc/zed.settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// 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
{
"assistant": {
"default_model": {
Expand All @@ -23,5 +15,49 @@
"dark": "Base16 Windows High Contrast"
},
"tab_size": 2,
"use_autoclose": false
"use_autoclose": false,
"relative_line_numbers": true,
"vertical_scroll_margin": 1,
"inlay_hints": {
"enabled": true,
// "show_background": false,
"edit_debounce_ms": 0,
"scroll_debounce_ms": 0
},
"inline_blame": {
"enabled": true,
"delay_ms": 0,
"show_commit_summary": true,
"min_column": 0
},
"features": {
// "inline_completion_provider": "supermaven"
"inline_completion_provider": "copilot"
},
"auto_update": false,
"terminal": {
"line_height": "standard",
"detect_venv": "off"
},
"lsp": {
"nil": {
"settings": {
"formatting": {
"command": ["nixfmt", "-s", "-v"]
}
}
}
},
"project_panel": {
"default_width": 200,
"dock": "right",
"file_icons": false,
"folder_icons": false,
"git_status": false,
"indent_size": 0
},
"tabs": {
"file_icons": false,
"git_status": true
}
}

0 comments on commit 47daf3b

Please sign in to comment.