Changing Completion Engines

This commit is contained in:
2025-09-09 13:09:23 -04:00
parent c4322b2b5a
commit 709a1bdda6
2 changed files with 41 additions and 1 deletions

View File

@@ -101,4 +101,5 @@ The configuration automatically detects TTY environments and disables icons/comp
### AI Integration
- **Claude Code**: Primary AI assistant with keymaps under `<leader>a` for chat, diff management, and file operations
- **Avante**: Secondary AI integration (currently configured for Copilot provider)
- **GitHub Copilot**: Code completion integration via copilot.vim
- **GitHub Copilot**: Code completion integration via copilot.vim
- Were no longer using nvim_cmp having switched to coc