feat(zed): add assistant & Elixir settings
This commit is contained in:
parent
bf6fb408a7
commit
f0f019c5ac
1 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
||||||
"liga": true,
|
"liga": true,
|
||||||
"calt": true
|
"calt": true
|
||||||
},
|
},
|
||||||
|
"assistant": {
|
||||||
|
"default_model": {
|
||||||
|
"provider": "ollama",
|
||||||
|
"model": "llama3.1:latest"
|
||||||
|
},
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"copilot": true
|
||||||
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"CSharp": {
|
"CSharp": {
|
||||||
"show_copilot_suggestions": true
|
"show_copilot_suggestions": true
|
||||||
|
@ -24,6 +34,12 @@
|
||||||
},
|
},
|
||||||
"preferred_line_length": 140,
|
"preferred_line_length": 140,
|
||||||
"language_servers": ["gopls", "golangci-lint"]
|
"language_servers": ["gopls", "golangci-lint"]
|
||||||
|
},
|
||||||
|
"Elixir": {
|
||||||
|
"language_servers": ["!lexical", "!elixir-ls", "next-ls"]
|
||||||
|
},
|
||||||
|
"HEEX": {
|
||||||
|
"language_servers": ["!lexical", "!elixir-ls", "next-ls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
|
|
Loading…
Reference in a new issue