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 }}
zuqini
/
nvim
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
2
Pull requests
0
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 Aug 3, 2026
skip file-size checks on non-file buffers
zuqini
committed
c62fab1
View commit details
Copy full SHA for c62fab1
Browse repository at this point
zcmp update + zpack cmdname
zuqini
committed
9a881b9
View commit details
Copy full SHA for 9a881b9
Browse repository at this point
stop tracking the review decisions
Show description for 53ad251
zuqini
committed
53ad251
View commit details
Copy full SHA for 53ad251
Browse repository at this point
move the completion engine out to zcmp.nvim
Show description for 6e36cce
zuqini
committed
6e36cce
View commit details
Copy full SHA for 6e36cce
Browse repository at this point
zsnip update
zuqini
committed
5509d2d
View commit details
Copy full SHA for 5509d2d
Browse repository at this point
let the completion menu wait for a pause in typing
Show description for 949c0d1
zuqini
committed
949c0d1
View commit details
Copy full SHA for 949c0d1
Browse repository at this point
correct what the last three refactors left stale
Show description for 9648711
zuqini
committed
9648711
View commit details
Copy full SHA for 9648711
Browse repository at this point
reach the path source through require, and let attach() own every buffer
Show description for d678577
zuqini
committed
d678577
View commit details
Copy full SHA for d678577
Browse repository at this point
bound the path token scan, which was quadratic on a long line
Show description for 4fb6b14
zuqini
committed
4fb6b14
View commit details
Copy full SHA for 4fb6b14
Browse repository at this point
scroll the completion doc popup with <C-f> and <C-b>
Show description for 93fb34f
zuqini
committed
93fb34f
View commit details
Copy full SHA for 93fb34f
Browse repository at this point
derive path candidates from the live line, not the frozen base
Show description for 799a7b2
zuqini
committed
799a7b2
View commit details
Copy full SHA for 799a7b2
Browse repository at this point
Commits on Aug 2, 2026
delete the buffer and path scanners; core has both
Show description for 78ceebd
zuqini
committed
78ceebd
View commit details
Copy full SHA for 78ceebd
Browse repository at this point
hand the snippet source back to zsnip, and drop what the old engine left
Show description for 0b3d3ec
zuqini
committed
0b3d3ec
View commit details
Copy full SHA for 0b3d3ec
Browse repository at this point
fix: LSP completion was lost in every buffer after the first
Show description for f64f494
zuqini
committed
f64f494
View commit details
Copy full SHA for f64f494
Browse repository at this point
point at the upstream issues instead of a scratch dir
Show description for 097cc1a
zuqini
committed
097cc1a
View commit details
Copy full SHA for 097cc1a
Browse repository at this point
run both LSP delivery paths, because each one misses what the other catches
Show description for 32bb51f
zuqini
committed
32bb51f
View commit details
Copy full SHA for 32bb51f
Browse repository at this point
drop the in-process LSP engine and stop working against core
Show description for 62ffc48
zuqini
committed
62ffc48
View commit details
Copy full SHA for 62ffc48
Browse repository at this point
name both engines for the nvim machinery they actually use, and default to
Show description for 251b65c
zuqini
committed
251b65c
View commit details
Copy full SHA for 251b65c
Browse repository at this point
fix zsnip rename
zuqini
committed
73a91e0
View commit details
Copy full SHA for 73a91e0
Browse repository at this point
take the supported path for combining lsp with the other sources
Show description for 8d89314
zuqini
committed
8d89314
View commit details
Copy full SHA for 8d89314
Browse repository at this point
put 'noinsert' back, and retract the race it invented
Show description for 7578a82
zuqini
committed
7578a82
View commit details
Copy full SHA for 7578a82
Browse repository at this point
add 'autocomplete' as a third completion engine, to be lived with
Show description for f78ccac
zuqini
committed
f78ccac
View commit details
Copy full SHA for f78ccac
Browse repository at this point
split the candidates out of the transport
Show description for 08ac639
zuqini
committed
08ac639
View commit details
Copy full SHA for 08ac639
Browse repository at this point
move snippet loading out to zsnip.nvim
Show description for 8194c87
zuqini
committed
8194c87
View commit details
Copy full SHA for 8194c87
Browse repository at this point
write down that <cr> accepts, and that <esc> is the way out
Show description for ebbcf76
zuqini
committed
ebbcf76
View commit details
Copy full SHA for ebbcf76
Browse repository at this point
correct the comments this pass proved wrong, and point :L somewhere real
Show description for 8ad913a
zuqini
committed
8ad913a
View commit details
Copy full SHA for 8ad913a
Browse repository at this point
stop the snipmate reader eating backslashes it did not put there
Show description for 156e2a4
zuqini
committed
156e2a4
View commit details
Copy full SHA for 156e2a4
Browse repository at this point
fix the keyword prefix, cache path listings, and stop <C-n> typing a tab
Show description for 7378c3d
zuqini
committed
7378c3d
View commit details
Copy full SHA for 7378c3d
Browse repository at this point
update plugins
zuqini
committed
1a6c769
View commit details
Copy full SHA for 1a6c769
Browse repository at this point
restore the lockfile
Show description for 71e2bc4
zuqini
committed
71e2bc4
View commit details
Copy full SHA for 71e2bc4
Browse repository at this point
read snipmate snippets too, and rescan when the runtimepath grows
Show description for 0cc0faf
zuqini
committed
0cc0faf
View commit details
Copy full SHA for 0cc0faf
Browse repository at this point
resolve snippet variables, and make ${0:x} editable
Show description for 1bc162a
zuqini
committed
1bc162a
View commit details
Copy full SHA for 1bc162a
Browse repository at this point
put <leader>K back
Show description for ca43229
zuqini
committed
ca43229
View commit details
Copy full SHA for ca43229
Browse repository at this point
sidestep the completion anchor bug, and drop signature help
Show description for 595cf95
zuqini
committed
595cf95
View commit details
Copy full SHA for 595cf95
Browse repository at this point
fix text loss and dead branches in the builtin completion
Show description for 920ff34
zuqini
committed
920ff34
View commit details
Copy full SHA for 920ff34
Browse repository at this point
Previous
Next
You can’t perform that action at this time.