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 }}
lizy168
/
mini.nvim
Public
forked from
nvim-mini/mini.nvim
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
mini.nvim
lua
mini
pick.lua
on
main
User selector
All users
All time
Commit history
Commits on Jul 7, 2026
feat(ALL)!: stop support of Neovim 0.9
echasnovski
committed
928971c
View commit details
Copy full SHA for 928971c
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
docs(ALL): improve consistency of help files
echasnovski
committed
ecb05c5
View commit details
Copy full SHA for ecb05c5
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
docs(ALL): fix many automatically detected typos
echasnovski
committed
bf8169f
View commit details
Copy full SHA for bf8169f
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
docs(ALL): unify notes about how to use some modules in other plugins
echasnovski
committed
7ed410c
View commit details
Copy full SHA for 7ed410c
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
fix(ALL): preserve metatables when creating custom copies
Show description for de21389
echasnovski
committed
de21389
View commit details
Copy full SHA for de21389
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
feat(pick): allow non-streaming paste from system clipboard
Show description for 15aa6de
echasnovski
committed
15aa6de
View commit details
Copy full SHA for 15aa6de
View code at this point
Browse repository at this point
fix(pick): forward the error which occurred when waiting for user input
Show description for 5c7a796
echasnovski
committed
5c7a796
View commit details
Copy full SHA for 5c7a796
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
feat(ALL): prefer using `MiniInput.get()` if available
echasnovski
committed
cbae4fa
View commit details
Copy full SHA for cbae4fa
View code at this point
Browse repository at this point
Commits on May 28, 2026
fix(pick): return early in `start()` when in command line window
echasnovski
committed
15abccb
View commit details
Copy full SHA for 15abccb
View code at this point
Browse repository at this point
Commits on May 21, 2026
feat(pick): add pattern matching method for `grep` and `grep_live`
echasnovski
committed
379c35c
View commit details
Copy full SHA for 379c35c
View code at this point
Browse repository at this point
Commits on May 19, 2026
docs(ALL): add tags for module speicific highlight groups
echasnovski
committed
264b5c8
View commit details
Copy full SHA for 264b5c8
View code at this point
Browse repository at this point
Commits on May 9, 2026
feat(pick): update `ui_select` to respect upstreamed `preview_item` API
Show description for 60b5aaa
echasnovski
committed
60b5aaa
View commit details
Copy full SHA for 60b5aaa
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
feat(pick): update `ui_select()` to work if there is an active picker
Show description for 7ee5b90
echasnovski
committed
7ee5b90
View commit details
Copy full SHA for 7ee5b90
View code at this point
Browse repository at this point
fix(pick): simplify `ui_select` logic when cancelling a picker
echasnovski
committed
46c3868
View commit details
Copy full SHA for 46c3868
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
feat(ALL): soft deprecate Neovim<0.10
echasnovski
committed
402ee6c
View commit details
Copy full SHA for 402ee6c
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
feat(pick): make alternative movement keys more explicit
Show description for b39f70b
echasnovski
committed
b39f70b
View commit details
Copy full SHA for b39f70b
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
fix(pick): ensure consistent redraw when Neovim is resized
Show description for adeaeac
echasnovski
committed
adeaeac
View commit details
Copy full SHA for adeaeac
View code at this point
Browse repository at this point
feat(pick): warn about duplicating mapping keys
echasnovski
committed
3b1b65e
View commit details
Copy full SHA for 3b1b65e
View code at this point
Browse repository at this point
fix(pick): redraw several times for any preview
Show description for 05e275a
echasnovski
committed
05e275a
View commit details
Copy full SHA for 05e275a
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
fix(pick)!: don't force redraw every `config.delay.async` milliseconds
Show description for 7ff1d30
echasnovski
committed
7ff1d30
View commit details
Copy full SHA for 7ff1d30
View code at this point
Browse repository at this point
fix(pick): use `delay.async` from picker for throttled poking
echasnovski
committed
c1fe75e
View commit details
Copy full SHA for c1fe75e
View code at this point
Browse repository at this point
fix(pick): allow items contain problematic data types like `userdata`
Show description for 2c15984
echasnovski
committed
2c15984
View commit details
Copy full SHA for 2c15984
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
fix(pick): more carefully restore cursor when setting current window
Show description for dbb073b
echasnovski
committed
dbb073b
View commit details
Copy full SHA for dbb073b
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
fix(pick): update setting CLI items to preserve reaction to query change
Show description for 8c40d95
echasnovski
committed
8c40d95
View commit details
Copy full SHA for 8c40d95
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
feat(pick): improve `set_picker_items_from_cli()` responsiveness
Show description for 3ced440
echasnovski
committed
3ced440
View commit details
Copy full SHA for 3ced440
View code at this point
Browse repository at this point
fix(pick): properly cancel previous process during `grep_live` matching
Show description for 68a3431
echasnovski
committed
68a3431
View commit details
Copy full SHA for 68a3431
View code at this point
Browse repository at this point
Commits on Jan 17, 2026
feat(pick): update `grep` picker to handle cancel user input for pattern
Show description for 007f62d
echasnovski
committed
007f62d
View commit details
Copy full SHA for 007f62d
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
fix(pick): improve handling of 'list' and 'listchars' options
Show description for 5e873e8
echasnovski
committed
5e873e8
View commit details
Copy full SHA for 5e873e8
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
docs(pick): fix code example in `source.choose` description
echasnovski
committed
fb4ccfe
View commit details
Copy full SHA for fb4ccfe
View code at this point
Browse repository at this point
Commits on Dec 29, 2025
fix(ALL): improve `vim.str_utfindex` and `vim.str_byteindex` usage
TheLeoP
authored and
echasnovski
committed
43ec250
View commit details
Copy full SHA for 43ec250
View code at this point
Browse repository at this point
Commits on Dec 23, 2025
fix(pick): update `files` picker with `tool='git'` to not quote paths
Show description for cb4420c
echasnovski
committed
cb4420c
View commit details
Copy full SHA for cb4420c
View code at this point
Browse repository at this point
Commits on Dec 21, 2025
fix(pick): update `set_picker_opts` to rerun `match` only if necessary
Show description for 6170f60
echasnovski
committed
6170f60
View commit details
Copy full SHA for 6170f60
View code at this point
Browse repository at this point
docs(pick): adjust code examples to not have extra blank lines
echasnovski
committed
e88fd4a
View commit details
Copy full SHA for e88fd4a
View code at this point
Browse repository at this point
feat(pick): allow `source.preview` to set another buffer in main window
echasnovski
committed
ff11b1a
View commit details
Copy full SHA for ff11b1a
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
fix(pick): update all `set_picker_xxx()` to always first validate input
Show description for 314befe
echasnovski
committed
314befe
View commit details
Copy full SHA for 314befe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.