Configuration Overview
Idep reads its config from:
~/.config/idep/config.toml (primary — XDG Base Dir spec)~/.idep/config.toml (fallback)A starter config is included in the repo root as config.example.toml.
Structure
Section titled “Structure”[ai]backend = "ollama" # ollama | anthropic | huggingface | openaimodel = "codellama:13b"endpoint = "http://localhost:11434" # optional — ollama and openai-compat only
[ai.auth]api_key = "..." # optional — anthropic, huggingface, openai onlyIDEP_API_KEY environment variable is checked as a fallback for api_key.
Hot Reload
Section titled “Hot Reload”🔴 Coming in v0.2.0-beta — config changes without restarting the editor.
Keybindings
Section titled “Keybindings”🔴 Coming in v0.2.0-beta — ~/.config/idep/keybindings.toml.
See Backends for full per-backend examples.