Neovim and Artificial Intelligence
AI in Neovim (NeovimConf 2024) - Josh Medeski
Section titled “AI in Neovim (NeovimConf 2024) - Josh Medeski”Source: https://www.youtube.com/watch?v=GKQ9rJ12hjc
Features
Section titled “Features”- Code completion
- Can put suggestions in autocomplete
- Multiple model responses
- Ex: GitHub copilot, Codeium
- Chat
- Ask questions on selected area, make changes in buffer
- Ex: GitHub copilot chat, Avante, ChatGPT
- Generation
- Make changes to areas with differnts prompts, agents, prepared prompts
- Useful for repeated tasks like code refactoring
- Choose different models
- Ex. gen
zbirenbaum / copilot.lua Shortcuts
Section titled “zbirenbaum / copilot.lua Shortcuts”Description | Shortcut |
---|---|
Authenticate | :Copilot auth |