Config and setup files

edit zed settings

finxol.io c899fab3 e67e526e

verified
Changed files
+43 -16
.config
+43 -16
.config/zed/settings.json
···
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"ssh_connections": [
-
{
-
"host": "akhaten",
-
"projects": [
{
-
"paths": [
-
"/srv/http"
-
]
}
-
]
-
},
-
{
-
"host": "gallifrey",
-
"projects": []
-
}
-
],
"edit_predictions": {
"disabled_globs": ["*.config.*"],
"mode": "subtle",
···
},
"enabled_in_text_threads": false
},
-
"language_servers": ["!biome"],
"languages": {
"TypeScript": {
"language_servers": ["vtls"],
···
"edit_prediction_provider": "zed"
},
"agent": {
"button": false,
"inline_assistant_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-latest"
},
"default_model": {
-
"provider": "zed.dev",
-
"model": "claude-opus-4-1-thinking"
}
},
"autosave": "on_focus_change",
···
}
},
"tab_size": 4,
"file_types": {
"Haskell": ["idr"]
},
···
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
+
"git": {
+
"inline_blame": {
+
"show_commit_summary": false
+
}
+
},
+
"calls": {
+
"mute_on_join": true
+
},
+
"title_bar": {
+
"show_branch_icon": true
+
},
"ssh_connections": [
{
+
"host": "akhaten",
+
"args": [],
+
"projects": [
+
{
+
"paths": ["/pds"]
+
},
+
{
+
"paths": ["/srv/http"]
+
}
+
]
+
},
+
{
+
"host": "gallifrey",
+
"args": [],
+
"projects": [
+
{
+
"paths": ["/srv/http"]
+
},
+
{
+
"paths": ["/srv/http/smallweb"]
+
},
+
{
+
"paths": ["/srv/http/smallweb/data"]
+
}
+
]
}
+
],
"edit_predictions": {
"disabled_globs": ["*.config.*"],
"mode": "subtle",
···
},
"enabled_in_text_threads": false
},
+
"language_servers": ["!biome", "..."],
"languages": {
"TypeScript": {
"language_servers": ["vtls"],
···
"edit_prediction_provider": "zed"
},
"agent": {
+
"default_profile": "write",
"button": false,
+
"use_modifier_to_send": true,
"inline_assistant_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-latest"
},
"default_model": {
+
"provider": "copilot_chat",
+
"model": "claude-3.5-sonnet"
}
},
"autosave": "on_focus_change",
···
}
},
"tab_size": 4,
+
"use_system_window_tabs": true,
"file_types": {
"Haskell": ["idr"]
},