config updates

This commit is contained in:
2025-04-12 11:52:38 +02:00
parent 8c7b679cf9
commit 2dcaf81a3a
4 changed files with 17 additions and 1 deletions

View File

@@ -7,6 +7,11 @@
// custom settings, run the `zed: Open Default Settings` command
// from the command palette
{
"languages": {
"Rust": {
"show_edit_predictions": true
}
},
"language_models": {
"ollama": {
"api_url": "http://localhost:11434"
@@ -50,6 +55,13 @@
{ "rule": "*", "severity": "warn" }
]
}
},
"pyright": {
"settings": {
"python": {
"pythonPath": ".venv/bin/python"
}
}
}
}
}