vim-ai Configuration Management Skill
This skill helps you manage and configure the vim-ai plugin for Vim/Neovim.
What This Skill Does
This skill provides guidance and assistance for:
- Modifying vim-ai configuration in
.vimrc or init.vim
- Managing custom roles in the roles configuration file
- Updating API keys and authentication settings
- Configuring AI models, endpoints, and parameters
- Customizing vim-ai UI and behavior
- Creating keyboard shortcuts and mappings
- Troubleshooting vim-ai issues
Key Configuration Files
All configuration files are located on the user's system. Reference the file paths documentation to locate the exact files to modify based on the user's request.
How to Use This Skill
- Identify the user's goal - What aspect of vim-ai do they want to configure?
- Locate the relevant file - Use file-paths.md to find which file needs to be modified
- Fetch current documentation - Use documentation-sources.md to get the latest vim-ai documentation
- Read the current configuration - Always read the existing file before making changes
- Make targeted modifications - Edit only what's necessary, preserving existing settings
- Test and verify - Confirm changes work as expected
Important Principles
- Always read before writing: Check current configuration before making changes
- Preserve existing settings: Don't overwrite unrelated configurations
- Use official documentation: Fetch latest docs from sources in documentation-sources.md
- Verify paths: Confirm files exist at locations specified in file-paths.md
- Test changes: Help user verify modifications work correctly
Workflow Steps
- Read file-paths.md to determine which files need modification
- Use WebFetch to get current vim-ai documentation from documentation-sources.md
- Read the existing configuration files using the Read tool
- Make precise edits using the Edit tool (never overwrite entire files unnecessarily)
- Document what was changed and why
- Provide testing instructions
Examples of What You Can Help With
- "Add a custom role for code review to vim-ai"
- "Change vim-ai to use GPT-4 instead of GPT-3.5"
- "Update my OpenAI API key for vim-ai"
- "Create a keyboard shortcut for AI chat in vim"
- "Configure vim-ai to use a different temperature setting"
- "Set up vim-ai to work with a local AI endpoint"
- "Fix vim-ai not loading in Neovim"
Next Steps
When helping users, always:
- Consult file-paths.md for file locations
- Check documentation-sources.md for current vim-ai documentation URLs
- Read existing files before making changes
- Use targeted edits rather than complete rewrites