Professional Aider configuration with Black Metal color scheme, Neovim integration, vim mode, and optimized git/cache settings for efficient AI-assisted coding workflows.
A polished Aider configuration featuring the Black Metal color scheme (Dracula-inspired), Neovim editor integration, vim mode, and optimized settings for professional development workflows.
When a user requests this Aider configuration:
1. **Create the configuration file** at `.aider.conf.yml` in the user's home directory or project root.
2. **Write the following content** exactly as specified:
```yaml
architect: false
user-input-color: "#f8f8f2"
assistant-output-color: "#f8f8f2"
tool-output-color: "#f8f8f2"
tool-error-color: "#ff5555"
tool-warning-color: "#f8f8f2"
completion-menu-color: "#f8f8f2"
completion-menu-bg-color: "#282a36"
completion-menu-current-color: "#f8f8f2"
completion-menu-current-bg-color: "#44475a"
code-theme: "monokai"
editor: nvim
stream: false
show-model-warnings: false
auto-commits: false
no-attribute-author: true
no-attribute-committer: true
show-diffs: false # Optional, but useful to review changes
suggest-shell-commands: false
vim: true
multiline: false # Often useful with vim mode
restore-chat-history: false # Helps maintain context between sessions
auto-lint: false
auto-test: false
cache-prompts: true
cache-keepalive-pings: 12
check-update: false
```
3. **Verify Neovim installation**:
- Check if `nvim` is available: Run `which nvim` or `nvim --version`
- If not installed, suggest installation via package manager (brew, apt, etc.)
4. **Explain customization options**:
- User can change `editor` to `vim`, `code`, or other preferred editor
- Color values can be customized to match their terminal theme
- `multiline: true` can be enabled if they prefer multi-line input
- `auto-commits: true` if they want automatic git commits
- `stream: true` for real-time response streaming
5. **Test the configuration**:
- Run `aider` in a test directory
- Verify colors display correctly
- Confirm vim mode is active
- Check that git commits are manual
After installing this configuration:
```bash
cd ~/projects/my-app
aider
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-black-metal-theme/raw