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 }}
Ricks0ne
/
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
Branch selector
create-pull-request/update-copilot-lsp
User selector
All users
All time
Commit history
Commits on Mar 30, 2025
feat: add an undo breakpoint before applying suggestions
Show description for d661d65
AntoineGS
committed
d661d65
View commit details
Copy full SHA for d661d65
Browse repository at this point
refactor: remove get and set from config for native access
Show description for 50ded4d
AntoineGS
committed
50ded4d
View commit details
Copy full SHA for 50ded4d
Browse repository at this point
resolving deprecation for lsp client.get call (#421)
Show description for 827fd1c
andrewwillette
and
AntoineGS
authored
827fd1c
View commit details
Copy full SHA for 827fd1c
Browse repository at this point
Merge pull request #422 from zbirenbaum/various_cleanups
Show description for 1041a7b
AntoineGS
authored
1041a7b
View commit details
Copy full SHA for 1041a7b
Browse repository at this point
refactor: additional warnings
AntoineGS
committed
0da8869
View commit details
Copy full SHA for 0da8869
Browse repository at this point
Commits on Mar 29, 2025
Merge branch 'master' into various_cleanups
AntoineGS
committed
4000fee
View commit details
Copy full SHA for 4000fee
Browse repository at this point
fix: typos
omahs
authored and
AntoineGS
committed
0d56d43
View commit details
Copy full SHA for 0d56d43
Browse repository at this point
fix: improvements to the binary downloading timing
AntoineGS
committed
6a3134e
View commit details
Copy full SHA for 6a3134e
Browse repository at this point
fix: disable download of binary for now
AntoineGS
committed
6c65c53
View commit details
Copy full SHA for 6c65c53
Browse repository at this point
Merge branch 'beta'
AntoineGS
committed
ff9359d
View commit details
Copy full SHA for ff9359d
Browse repository at this point
fix: ensure the LSP cmd works for binaries
AntoineGS
committed
bb77143
View commit details
Copy full SHA for bb77143
Browse repository at this point
ci: ensure base branch is also master
AntoineGS
committed
f4b6a6d
View commit details
Copy full SHA for f4b6a6d
Browse repository at this point
Merge remote-tracking branch 'origin/beta' into beta
AntoineGS
committed
1dddcff
View commit details
Copy full SHA for 1dddcff
Browse repository at this point
ci: update workflow to use master branch
AntoineGS
committed
1bc591d
View commit details
Copy full SHA for 1bc591d
Browse repository at this point
feat: update to latest copilot LSP v1.294 (#418)
Show description for 667acf9
github-actions[bot]
authored
667acf9
View commit details
Copy full SHA for 667acf9
Browse repository at this point
ci: updated GitHub workflow to update LSP
AntoineGS
committed
7230cf1
View commit details
Copy full SHA for 7230cf1
Browse repository at this point
feat: ability to switch between js (default) and binary server type
AntoineGS
committed
f96d8e6
View commit details
Copy full SHA for f96d8e6
Browse repository at this point
docs: add integrations for blink.cmp
MuntasirSZN
authored and
AntoineGS
committed
f7e800b
View commit details
Copy full SHA for f7e800b
Browse repository at this point
Commits on Mar 28, 2025
fix: use js server when on musl (#414)
alarmfox
authored
3e7a5c2
View commit details
Copy full SHA for 3e7a5c2
Browse repository at this point
Commits on Mar 27, 2025
fix: incorrectly committed state of download functions
AntoineGS
committed
f9bf72f
View commit details
Copy full SHA for f9bf72f
Browse repository at this point
Revert "revert: back to before the binary update (#412)"
Show description for 4931ee9
AntoineGS
committed
4931ee9
View commit details
Copy full SHA for 4931ee9
Browse repository at this point
revert: back to before the binary update (#412)
Show description for 2072371
AntoineGS
authored
2072371
View commit details
Copy full SHA for 2072371
Browse repository at this point
fix: add wget fallback, prevent Copilot from re-attaching upon startup error
AntoineGS
committed
2a43872
View commit details
Copy full SHA for 2a43872
Browse repository at this point
fix: use vim built-in mkdir to create the directory
AntoineGS
committed
535ebb5
View commit details
Copy full SHA for 535ebb5
Browse repository at this point
fix: remove -p in folder creation as it is not supported by some shells
Show description for 996194e
AntoineGS
committed
996194e
View commit details
Copy full SHA for 996194e
Browse repository at this point
chore: add logging
AntoineGS
committed
066193f
View commit details
Copy full SHA for 066193f
Browse repository at this point
fix: attempt to resolve a "cookies must be enabled" error
AntoineGS
committed
0da7ebc
View commit details
Copy full SHA for 0da7ebc
Browse repository at this point
feat: add ability to set custom copilot binary
Show description for 0e3585b
AntoineGS
committed
0e3585b
View commit details
Copy full SHA for 0e3585b
Browse repository at this point
Commits on Mar 26, 2025
refactor: cleanup nvim 0.11.0 warnings
AntoineGS
committed
c921e36
View commit details
Copy full SHA for c921e36
Browse repository at this point
refactor: cleanup some messages and type declarations
AntoineGS
committed
ac42b18
View commit details
Copy full SHA for ac42b18
Browse repository at this point
refactor!: remove deprecated functions and configs, require nvim 0.10+
AntoineGS
committed
b95c20b
View commit details
Copy full SHA for b95c20b
Browse repository at this point
refactor: remove deprecated setEditorInfo API calls and follow new SDK (#406)
AntoineGS
authored
73dbc0e
View commit details
Copy full SHA for 73dbc0e
Browse repository at this point
feat: move to the official Copilot LSP binaries (#384)
Show description for af15584
AntoineGS
authored
af15584
View commit details
Copy full SHA for af15584
Browse repository at this point
refactor: remove comment
AntoineGS
committed
0e004a2
View commit details
Copy full SHA for 0e004a2
Browse repository at this point
fix: incorrect buffer attach logic
Show description for b9300fb
AntoineGS
committed
b9300fb
View commit details
Copy full SHA for b9300fb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.