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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
copilotlsp-nvim
/
copilot-lsp
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
454
Code
Issues
11
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 30, 2025
fix(nes): only request if attached and notify on display (#61)
tris203
authored
1b6d827
View commit details
Copy full SHA for 1b6d827
Browse repository at this point
Commits on Nov 10, 2025
fix(ui): handle deletion preview end_col safely (#60)
Show description for 884034b
tris203
authored
884034b
View commit details
Copy full SHA for 884034b
Browse repository at this point
Commits on Sep 27, 2025
fix: apply and walk on unnamed buffer (empty URI) (#57)
Show description for a80e0c1
AntoineGS
and
tris203
authored
a80e0c1
View commit details
Copy full SHA for a80e0c1
Browse repository at this point
Commits on Sep 19, 2025
refactor: facilitate integration from copilot.lua (#53)
Show description for 5030766
AntoineGS
authored
5030766
View commit details
Copy full SHA for 5030766
Browse repository at this point
Commits on Aug 18, 2025
refactor: simplify handler assignment in copilot_ls.lua (#49)
tris203
authored
79899e9
View commit details
Copy full SHA for 79899e9
Browse repository at this point
Commits on Jul 31, 2025
docs: update expr mapping for <c-i>/tab (#47)
Show description for 173c015
skoch13
and
tris203
authored
173c015
View commit details
Copy full SHA for 173c015
Browse repository at this point
Commits on Jul 7, 2025
fix(nes): fix E523 in nes.walk_cursor_start_edit (#46)
Show description for 4d79a1f
soundmonster
authored
4d79a1f
View commit details
Copy full SHA for 4d79a1f
Browse repository at this point
Commits on May 29, 2025
Improve NES Suggestion Clearing with Smarter Cursor-Aware Behavior (#37)
Show description for 041385e
bassamsdata
and
Bassam Data
authored
041385e
View commit details
Copy full SHA for 041385e
Browse repository at this point
Commits on May 16, 2025
feat(ui): inline edit preview (#34)
Show description for a45b3d9
Xuyuanp
authored
a45b3d9
View commit details
Copy full SHA for a45b3d9
Browse repository at this point
Commits on Apr 29, 2025
style: naming-convention (#32)
Show description for 3510b84
Xuyuanp
authored
3510b84
View commit details
Copy full SHA for 3510b84
Browse repository at this point
Commits on Apr 28, 2025
ci: add retry to debounce tests (#31)
Xuyuanp
authored
f81dfa3
View commit details
Copy full SHA for f81dfa3
Browse repository at this point
Commits on Apr 27, 2025
fix(util): skip captures out of order (#27)
Xuyuanp
authored
194acc0
View commit details
Copy full SHA for 194acc0
Browse repository at this point
Commits on Apr 25, 2025
fix: for range (#25)
Xuyuanp
authored
262ca27
View commit details
Copy full SHA for 262ca27
Browse repository at this point
Commits on Apr 24, 2025
refactor!: rename lsp to copilot_ls (#20)
tris203
authored
74dab52
View commit details
Copy full SHA for 74dab52
Browse repository at this point
feat!(nes): split walk and apply keys for composability (#17)
tris203
authored
028fc35
View commit details
Copy full SHA for 028fc35
Browse repository at this point
Commits on Apr 23, 2025
test(util): slightly decrease debounce delay to avoid test failures due to clock jitter (#18)
Xuyuanp
authored
d3ee0f1
View commit details
Copy full SHA for d3ee0f1
Browse repository at this point
test: add highlight test & screenshot tests (#14)
tris203
authored
bea06de
View commit details
Copy full SHA for bea06de
Browse repository at this point
refactor(ui): remove unused win_id and accepted_cursor (#16)
Show description for be50459
tris203
authored
be50459
View commit details
Copy full SHA for be50459
Browse repository at this point
Commits on Apr 22, 2025
refactor(ui): use virt_lines to display added lines (#11)
Xuyuanp
authored
3e288cd
View commit details
Copy full SHA for 3e288cd
Browse repository at this point
fix(nes): rendering edge cases and tests (#9)
Show description for e4b9361
tris203
authored
e4b9361
View commit details
Copy full SHA for e4b9361
Browse repository at this point
Commits on Apr 21, 2025
feat: added signin support (#7)
Xuyuanp
authored
e4293f3
View commit details
Copy full SHA for e4293f3
Browse repository at this point
feat: debounce NES autocommands (#2)
Show description for bbdb662
tris203
authored
bbdb662
View commit details
Copy full SHA for bbdb662
Browse repository at this point
Commits on Apr 19, 2025
chore: add debounce comment for UI cleanup
tris203
committed
69d0934
View commit details
Copy full SHA for 69d0934
Browse repository at this point
refactor(nes): add calc helper and type annotations (#1)
Show description for 9331913
tris203
authored
9331913
View commit details
Copy full SHA for 9331913
Browse repository at this point
Commits on Apr 18, 2025
docs: README screenshots
tris203
authored
4d2a948
View commit details
Copy full SHA for 4d2a948
Browse repository at this point
fix(nes): adjust float positioning
tris203
committed
715fd87
View commit details
Copy full SHA for 715fd87
Browse repository at this point
docs: add LICENSE and README
Show description for 05568ff
tris203
committed
05568ff
View commit details
Copy full SHA for 05568ff
Browse repository at this point
chore: update TODOs
tris203
committed
7fd60a2
View commit details
Copy full SHA for 7fd60a2
Browse repository at this point
fix(nes): same line edits
tris203
committed
b83981c
View commit details
Copy full SHA for b83981c
Browse repository at this point
feat(lsp): enhance copilot inline suggestions
Show description for bc2223e
tris203
and
Xuyuanp
committed
bc2223e
View commit details
Copy full SHA for bc2223e
Browse repository at this point
Commits on Apr 17, 2025
feat(nes): display inline edit with extmarks
Show description for 37a9de0
tris203
committed
37a9de0
View commit details
Copy full SHA for 37a9de0
Browse repository at this point
initial commit
tris203
committed
b24759c
View commit details
Copy full SHA for b24759c
Browse repository at this point
You can’t perform that action at this time.