Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
trcoffman
/
copilot.lua
Public
forked from
zbirenbaum/copilot.lua
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
copilot.lua
lua
copilot
suggestion
init.lua
on
create-pull-request/update-copilot-lsp
User selector
All users
All time
Commit history
Commits on Feb 24, 2026
fix: prevent infinite detach/re-attach loop on non-buflisted buffers
Show description for e43c9e5
AntoineGS
committed
e43c9e5
View commit details
Copy full SHA for e43c9e5
View code at this point
Browse repository at this point
fix: is_visible() returning stale state after accept
Show description for 2186c76
AntoineGS
committed
2186c76
View commit details
Copy full SHA for 2186c76
View code at this point
Browse repository at this point
perf: skip suggestion requests when copilot client is disabled
AntoineGS
committed
a6a4935
View commit details
Copy full SHA for a6a4935
View code at this point
Browse repository at this point
ci: add make lint and pre-commit hook
AntoineGS
committed
27177dd
View commit details
Copy full SHA for 27177dd
View code at this point
Browse repository at this point
fix: cutting off of suggestion when before cursor
Show description for 3fba29d
AntoineGS
committed
3fba29d
View commit details
Copy full SHA for 3fba29d
View code at this point
Browse repository at this point
Commits on Jan 10, 2026
feat: add toggle_auto_trigger keymap support (#631)
tjex
authored
1eb6f51
View commit details
Copy full SHA for 1eb6f51
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
refactor: unused require and double negation
AntoineGS
committed
1404c0f
View commit details
Copy full SHA for 1404c0f
View code at this point
Browse repository at this point
fix: prev and next keymaps should trigger suggestion
Show description for cc9b8c3
AntoineGS
committed
cc9b8c3
View commit details
Copy full SHA for cc9b8c3
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
refactor!: remove nvim 0.10 support as warned
AntoineGS
committed
3cd5086
View commit details
Copy full SHA for 3cd5086
View code at this point
Browse repository at this point
feat: use of fallback logic on all suggestion keymaps
Show description for f12709a
AntoineGS
committed
f12709a
View commit details
Copy full SHA for f12709a
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
fix: prevent infinite retry loop on authentication failure
Show description for f693e21
AntoineGS
committed
f693e21
View commit details
Copy full SHA for f693e21
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
feat(suggestions): export clear_preview and update_preview (#571)
samiulsami
authored
4725916
View commit details
Copy full SHA for 4725916
View code at this point
Browse repository at this point
refactor: improve readability and annotations
AntoineGS
committed
abc8bda
View commit details
Copy full SHA for abc8bda
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
fix: ensure keymaps are buffer-aware
Show description for 8b9af0c
AntoineGS
committed
8b9af0c
View commit details
Copy full SHA for 8b9af0c
View code at this point
Browse repository at this point
Commits on Sep 20, 2025
feat: next edit suggestion (nes)
Show description for 2ac3ab3
AntoineGS
committed
2ac3ab3
View commit details
Copy full SHA for 2ac3ab3
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
test: convert a panel and suggestion tests to use stub lsp
AntoineGS
committed
c3f2783
View commit details
Copy full SHA for c3f2783
View code at this point
Browse repository at this point
refactor: requires and logging
AntoineGS
committed
67eebb0
View commit details
Copy full SHA for 67eebb0
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
fix: invalid column placement when control chars present
AntoineGS
committed
e73fe7c
View commit details
Copy full SHA for e73fe7c
View code at this point
Browse repository at this point
refactor: remove instances of ctx logging
AntoineGS
committed
6e43536
View commit details
Copy full SHA for 6e43536
View code at this point
Browse repository at this point
fix: lingering ghost text when suggestions have control chars
Show description for 5a08ab9
AntoineGS
committed
5a08ab9
View commit details
Copy full SHA for 5a08ab9
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
fix: ensure right buffers are attached/queried with async model
Show description for 04d3760
AntoineGS
committed
04d3760
View commit details
Copy full SHA for 04d3760
View code at this point
Browse repository at this point
fix: ensure attachment even when suggestion is disabled
AntoineGS
committed
aa00b0b
View commit details
Copy full SHA for aa00b0b
View code at this point
Browse repository at this point
fix: make default behavior to attach automatically with most autocmds
Show description for a6af909
AntoineGS
committed
a6af909
View commit details
Copy full SHA for a6af909
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
refactor: remove some context logging
AntoineGS
committed
1c11d05
View commit details
Copy full SHA for 1c11d05
View code at this point
Browse repository at this point
refactor: centralize some logic
AntoineGS
committed
76c6617
View commit details
Copy full SHA for 76c6617
View code at this point
Browse repository at this point
fix: buffer attachment logic in various conditions
Show description for e7bfbfb
AntoineGS
committed
e7bfbfb
View commit details
Copy full SHA for e7bfbfb
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
feat: add has_next() function to suggestion
Show description for 0753a44
dfrommi
authored and
AntoineGS
committed
0753a44
View commit details
Copy full SHA for 0753a44
View code at this point
Browse repository at this point
Commits on Aug 17, 2025
refactor: remove comment add types
AntoineGS
committed
de4e46e
View commit details
Copy full SHA for de4e46e
View code at this point
Browse repository at this point
fix: warn the user if unregistering a keymap fails
Show description for 75fe839
AntoineGS
committed
75fe839
View commit details
Copy full SHA for 75fe839
View code at this point
Browse repository at this point
Commits on Jul 29, 2025
fix: multiple buffers opened cause incorrect should_attach logic
Show description for 2c3d15c
AntoineGS
committed
2c3d15c
View commit details
Copy full SHA for 2c3d15c
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
feat: expose is_authenticated() helper and add checkhealth support (#519)
Show description for 8c4b70d
3 people
authored
8c4b70d
View commit details
Copy full SHA for 8c4b70d
View code at this point
Browse repository at this point
Commits on May 5, 2025
fix: highlighting of suggestions may become "MatchParen" under certain conditions
tadashi-aikawa
authored and
AntoineGS
committed
ce23086
View commit details
Copy full SHA for ce23086
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
fix: resolve stutter when typing over virtual text
Show description for fc015b7
AntoineGS
committed
fc015b7
View commit details
Copy full SHA for fc015b7
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
fix: ensure encoding is utf-# (#470)
Show description for 089ec63
AntoineGS
authored
089ec63
View commit details
Copy full SHA for 089ec63
View code at this point
Browse repository at this point
fix: prevent partial accepts from triggering a new suggestion (#469)
Show description for c0d1824
AntoineGS
authored
c0d1824
View commit details
Copy full SHA for c0d1824
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.