Added Org languageserver to ZED

This commit is contained in:
2026-02-24 10:53:49 +01:00
parent e7f5f27ddf
commit 3f10dcfded
5 changed files with 2 additions and 28 deletions
+1 -1
View File
@@ -41,6 +41,7 @@ in
"nix"
"toml"
"rust"
"org-mode"
];
# Zed AI: Ollama als provider
# Zed kan modellen auto-discoveren die jij met Ollama gepulld hebt.
@@ -49,7 +50,6 @@ in
ollama = {
api_url = "http://localhost:11434";
auto_discover = true;
# Optioneel: zet een grotere context voor alle Ollama modellen
# (Zed stuurt dit als `num_ctx` naar Ollama)
context_window = 8192;