mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
config updates
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user