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
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
pairs.lua
on
sync
User selector
All users
All time
Commit history
Commits on Jul 23, 2026
fix(pairs): make it work on lines with null byte character
Show description for aba7878
echasnovski
committed
aba7878
View commit details
Copy full SHA for aba7878
View code at this point
Browse repository at this point
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 Jul 2, 2026
ci: add automated spell checking
echasnovski
committed
a361821
View commit details
Copy full SHA for a361821
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
fix(ALL): prefer universally using `--stylua: ignore`
Show description for 56133a9
echasnovski
committed
56133a9
View commit details
Copy full SHA for 56133a9
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 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 Jan 22, 2026
feat(pairs): make default `neigh_pattern` work with multibyte characters
Show description for 9b935c2
echasnovski
committed
9b935c2
View commit details
Copy full SHA for 9b935c2
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
fix(pairs): make `close` and `closeopen` work with inline virtual text
Show description for cfbf58b
echasnovski
committed
cfbf58b
View commit details
Copy full SHA for cfbf58b
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
fix(pairs): make actions work in Command-line mode with visible wildmenu
echasnovski
committed
b6e058c
View commit details
Copy full SHA for b6e058c
View code at this point
Browse repository at this point
Commits on Oct 3, 2025
docs(ALL): tweak help files for better portability
Show description for 79654ef
echasnovski
committed
79654ef
View commit details
Copy full SHA for 79654ef
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
fix(pairs): update actions to work with `feedkeys()`
Show description for 0e90331
echasnovski
committed
0e90331
View commit details
Copy full SHA for 0e90331
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
feat(ALL)!: stop support of Neovim 0.8
echasnovski
committed
8f2ea1e
View commit details
Copy full SHA for 8f2ea1e
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
feat(ALL): soft deprecate Neovim<0.9
echasnovski
committed
687fa86
View commit details
Copy full SHA for 687fa86
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
feat(pairs): add support for multibyte characters in pairs
Show description for 297fd93
echasnovski
committed
297fd93
View commit details
Copy full SHA for 297fd93
View code at this point
Browse repository at this point
refactor(pairs): make neighborhood handling code more straightforward
echasnovski
committed
fde23d0
View commit details
Copy full SHA for fde23d0
View code at this point
Browse repository at this point
refactor(pairs): use map instead of array to store registered pairs info
echasnovski
committed
32374d2
View commit details
Copy full SHA for 32374d2
View code at this point
Browse repository at this point
refactor(pairs): perform overall code optimization
echasnovski
committed
e856626
View commit details
Copy full SHA for e856626
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
fix(pairs): do not override user's <CR>/<BS>
Show description for 30b98c0
echasnovski
committed
30b98c0
View commit details
Copy full SHA for 30b98c0
View code at this point
Browse repository at this point
docs(pairs): better document special mappings for <BS> and <CR>
echasnovski
committed
8c63a01
View commit details
Copy full SHA for 8c63a01
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
refactor(ALL): unify error handling and type checking
Show description for 0de7ac9
echasnovski
committed
0de7ac9
View commit details
Copy full SHA for 0de7ac9
View code at this point
Browse repository at this point
Commits on Oct 11, 2024
fix(pairs): update `cr()` to not trigger `TextChanged`
Show description for c235203
echasnovski
committed
c235203
View commit details
Copy full SHA for c235203
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
docs(pairs): clarify that it works only with two character pair
echasnovski
committed
16408bc
View commit details
Copy full SHA for 16408bc
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
fix(pairs): prevent cursor flicker in `open()` and `cr()` mappings
Show description for db1c4eb
39555
and
echasnovski
committed
db1c4eb
View commit details
Copy full SHA for db1c4eb
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
feat(ALL): ensure plugin's colors are defined after any color scheme
Show description for d231729
echasnovski
committed
d231729
View commit details
Copy full SHA for d231729
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
docs(ALL): prefer using code blocks with language annotation
Show description for a8fae0b
echasnovski
committed
a8fae0b
View commit details
Copy full SHA for a8fae0b
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
feat(ALL): stop support for Neovim 0.7
Show description for 94db855
echasnovski
committed
94db855
View commit details
Copy full SHA for 94db855
View code at this point
Browse repository at this point
Commits on May 25, 2024
feat(ALL): soft deprecate Neovim<0.8
echasnovski
committed
a6c7322
View commit details
Copy full SHA for a6c7322
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
fix(pairs): update `cr()` to temporarily ignore mode changing events
Show description for 2049bca
echasnovski
committed
2049bca
View commit details
Copy full SHA for 2049bca
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
(all) Use universally ` ~` to indicate help section heading.
echasnovski
committed
ea1af8c
View commit details
Copy full SHA for ea1af8c
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
(all) Fix typos.
dundargoc
authored and
echasnovski
committed
0a3d637
View commit details
Copy full SHA for 0a3d637
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
(all) Update to properly store default config.
echasnovski
committed
0c50ef9
View commit details
Copy full SHA for 0c50ef9
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
(mini.pairs) FEATURE: Allow `false` in `config.mappings` to not map the key.
echasnovski
committed
5f33580
View commit details
Copy full SHA for 5f33580
View code at this point
Browse repository at this point
Commits on May 4, 2023
(all) Use `vim.keymap` to deal with mappings.
Show description for 37837ff
echasnovski
committed
37837ff
View commit details
Copy full SHA for 37837ff
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
(all) Use Lua API to create autocommands.
Show description for 87be55f
echasnovski
committed
87be55f
View commit details
Copy full SHA for 87be55f
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
(all) Remove Neovim<0.7 compatibility code.
echasnovski
committed
9f1f555
View commit details
Copy full SHA for 9f1f555
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.