This configuration includes GitHub Copilot integration for AI-powered code completion and suggestions via blink-cmp.
To use GitHub Copilot, you need to:
- Have a GitHub Copilot subscription
- Authenticate with Copilot on first use by running
:Copilot authin Neovim
- Copilot suggestions are automatically integrated into the completion popup via
blink-cmp - Copilot completions appear inline as you type with high priority
- Suggestions are shown in the completion menu and can be accepted using Tab/Enter (based on super-tab preset)
- The copilot-lua suggestion and panel modules are disabled to avoid conflicts with the completion engine
Completion (Insert Mode):
Tab- Select next completion item or accept suggestionShift+Tab- Select previous completion itemCtrl+Space- Manually trigger completionCtrl+e- Close completion menu
Copilot suggestions appear automatically in the completion menu and can be accepted using the standard completion keybindings.