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
Breadcrumbs
History for
copilot.lua
lua
copilot
client.lua
on
create-pull-request/update-copilot-lsp
User selector
All users
All time
Commit history
Commits on Mar 30, 2025
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
View code at this point
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
View code at this point
Browse repository at this point
fix: improvements to the binary downloading timing
AntoineGS
committed
6a3134e
View commit details
Copy full SHA for 6a3134e
View code at this point
Browse repository at this point
fix: disable download of binary for now
AntoineGS
committed
6c65c53
View commit details
Copy full SHA for 6c65c53
View code at this point
Browse repository at this point
fix: ensure the LSP cmd works for binaries
AntoineGS
committed
bb77143
View commit details
Copy full SHA for bb77143
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
Revert "revert: back to before the binary update (#412)"
Show description for 4931ee9
AntoineGS
committed
4931ee9
View commit details
Copy full SHA for 4931ee9
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
refactor: cleanup some messages and type declarations
AntoineGS
committed
ac42b18
View commit details
Copy full SHA for ac42b18
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
refactor: remove comment
AntoineGS
committed
0e004a2
View commit details
Copy full SHA for 0e004a2
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
feat: add a default should_attach function that includes the buffer logic
Show description for 99654fe
AntoineGS
committed
99654fe
View commit details
Copy full SHA for 99654fe
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
feat: add should_attach function
Show description for 4a557e7
AntoineGS
committed
4a557e7
View commit details
Copy full SHA for 4a557e7
View code at this point
Browse repository at this point
fix: trace_lsp would not activate tracing in the LSP
AntoineGS
committed
e599a76
View commit details
Copy full SHA for e599a76
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
fix: do not capture LSP logs by default and ensure only Copilot logs are captured (#394)
Show description for 73d09db
AntoineGS
authored
73d09db
View commit details
Copy full SHA for 73d09db
View code at this point
Browse repository at this point
fix: avoid LSP error with unsupported window/logMessage
Show description for de1308f
Lin Zhenyun
authored and
AntoineGS
committed
de1308f
View commit details
Copy full SHA for de1308f
View code at this point
Browse repository at this point
fix: add required editor info for LSP initialization (#387)
Show description for 1f893df
yingmanwumen
authored
1f893df
View commit details
Copy full SHA for 1f893df
View code at this point
Browse repository at this point
fix: stop old client if folder changed and new LSP was spawned (#388)
AntoineGS
authored
dbcee96
View commit details
Copy full SHA for dbcee96
View code at this point
Browse repository at this point
feat: add logger and redirect existing prints/notifies through it (#383)
Show description for 256393d
AntoineGS
authored
256393d
View commit details
Copy full SHA for 256393d
View code at this point
Browse repository at this point
feat: add support for dynamic root_dir resolving (#382)
Show description for 25ab971
AntoineGS
authored
25ab971
View commit details
Copy full SHA for 25ab971
View code at this point
Browse repository at this point
Warning cleanup (#381)
Show description for 330ffb9
AntoineGS
authored
330ffb9
View commit details
Copy full SHA for 330ffb9
View code at this point
Browse repository at this point
feat: workspace folders (#377)
Show description for e41c376
AntoineGS
authored
e41c376
View commit details
Copy full SHA for e41c376
View code at this point
Browse repository at this point
fix: prevent agent service not initialized error (#380)
Show description for acf547e
AntoineGS
authored
acf547e
View commit details
Copy full SHA for acf547e
View code at this point
Browse repository at this point
feat: allow changing the Copilot model used (#373)
Show description for 71eeb95
AntoineGS
authored
71eeb95
View commit details
Copy full SHA for 71eeb95
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
fix missing stdio param (#385)
zbirenbaum
authored
acb0545
View commit details
Copy full SHA for acb0545
View code at this point
Browse repository at this point
feat: update to latest copilot.vim/dist #1 (#372)
Show description for 2d32b62
AntoineGS
authored
2d32b62
View commit details
Copy full SHA for 2d32b62
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
Revert "fix: make root directory detection dynamic (#213)"
Show description for d3783b9
zbirenbaum
committed
d3783b9
View commit details
Copy full SHA for d3783b9
View code at this point
Browse repository at this point
fix: make root directory detection dynamic (#213)
Show description for 7593549
jolars
authored
7593549
View commit details
Copy full SHA for 7593549
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
auth provider support (#313)
arkuna23
authored
f165763
View commit details
Copy full SHA for f165763
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
feat: bump to copilot.vim 1.13.0
MunifTanjim
committed
dcaaed5
View commit details
Copy full SHA for dcaaed5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.