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 }}
alcpereira
/
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
Branch selector
main
User selector
All users
All time
Commit history
Commits on Oct 15, 2024
fix(files): update refreshing to account for possibly closed windows
Show description for d4ce7d0
echasnovski
committed
d4ce7d0
View commit details
Copy full SHA for d4ce7d0
Browse repository at this point
fix(surround)!: make `find`, `find_left`, `highlight` not dot-repeatable
Show description for 82f5d8f
echasnovski
committed
82f5d8f
View commit details
Copy full SHA for 82f5d8f
Browse repository at this point
Commits on Oct 13, 2024
ci: increase time delay and `n_retry` on Linux CI
echasnovski
committed
df1559e
View commit details
Copy full SHA for df1559e
Browse repository at this point
test(visits): make sure temporary files are properly cleaned up
echasnovski
committed
50e2041
View commit details
Copy full SHA for 50e2041
Browse repository at this point
test(completion): account for PMenu highlighting changes on Nightly
echasnovski
committed
1010814
View commit details
Copy full SHA for 1010814
Browse repository at this point
feat(clue): update `gen_clues.g()` to show built-in LSP for `gr` keys
echasnovski
committed
5ef7427
View commit details
Copy full SHA for 5ef7427
Browse repository at this point
fix(operators): remove new default `gri` mapping
Show description for c61a0d4
echasnovski
committed
c61a0d4
View commit details
Copy full SHA for c61a0d4
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
Browse repository at this point
Commits on Oct 8, 2024
docs(notify): add example of showing notifications in bottom right
Show description for a535342
echasnovski
committed
a535342
View commit details
Copy full SHA for a535342
Browse repository at this point
docs(pairs): clarify that it works only with two character pair
echasnovski
committed
16408bc
View commit details
Copy full SHA for 16408bc
Browse repository at this point
docs(files): mention not lazy loading to work for directory in arglist
echasnovski
committed
319361e
View commit details
Copy full SHA for 319361e
Browse repository at this point
feat(hues): add `'lowmedium'` and `'mediumhigh'` saturation levels
Show description for b2c4c08
echasnovski
committed
b2c4c08
View commit details
Copy full SHA for b2c4c08
Browse repository at this point
ci: test on 0.10.2 instead of 0.10.1
echasnovski
committed
6049d62
View commit details
Copy full SHA for 6049d62
Browse repository at this point
Commits on Oct 7, 2024
test(ALL): use appropriate `n_retry` to reduce overall flakiness
echasnovski
committed
e52ac74
View commit details
Copy full SHA for e52ac74
Browse repository at this point
test(ALL): stop using `mark_flaky()` helper
echasnovski
committed
5858eaf
View commit details
Copy full SHA for 5858eaf
Browse repository at this point
feat(test)!: update `skip()` to skip case when called in `pre_case` hook
Show description for 379a3dd
echasnovski
committed
379a3dd
View commit details
Copy full SHA for 379a3dd
Browse repository at this point
feat(test): allow `finally()` be executed several times in one function
echasnovski
committed
00c8bf0
View commit details
Copy full SHA for 00c8bf0
Browse repository at this point
feat(test): implement `n_retry` test set property
echasnovski
committed
5b3b859
View commit details
Copy full SHA for 5b3b859
Browse repository at this point
feat(test): update collected cases to have hook source data
echasnovski
committed
1637510
View commit details
Copy full SHA for 1637510
Browse repository at this point
refactor(test): schedule all case sub-steps in a single callback
echasnovski
committed
3796719
View commit details
Copy full SHA for 3796719
Browse repository at this point
Commits on Oct 3, 2024
refactor(hues): fix inconsistent formatting
echasnovski
committed
61e5d46
View commit details
Copy full SHA for 61e5d46
Browse repository at this point
Commits on Sep 28, 2024
refactor(ALL): account for Nightly `vim.treesitter.get_parser` changes
Show description for 848c5e8
echasnovski
committed
848c5e8
View commit details
Copy full SHA for 848c5e8
Browse repository at this point
Commits on Sep 27, 2024
test(colors): make test for `opts.show_duration` more robust
echasnovski
committed
73af55e
View commit details
Copy full SHA for 73af55e
Browse repository at this point
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
Browse repository at this point
docs(bracketed): fix typo
neapsix
authored and
echasnovski
committed
0c57094
View commit details
Copy full SHA for 0c57094
Browse repository at this point
fix(hipatterns)!: remove previously soft deprecated `priority` field
Show description for 282de9b
echasnovski
committed
282de9b
View commit details
Copy full SHA for 282de9b
Browse repository at this point
refactor(bracketed): remove outdated check from `treesitter()` target
echasnovski
committed
a5748e0
View commit details
Copy full SHA for a5748e0
Browse repository at this point
ci: temporarily disable testing on Nightly
Show description for 5049591
echasnovski
committed
5049591
View commit details
Copy full SHA for 5049591
Browse repository at this point
docs: use development version
echasnovski
committed
6a393f1
View commit details
Copy full SHA for 6a393f1
Browse repository at this point
Commits on Sep 26, 2024
docs: bump version to 0.14.0
echasnovski
committed
64e95aa
View commit details
Copy full SHA for 64e95aa
Browse repository at this point
docs: prepare for 0.14.0 release
echasnovski
committed
adaa149
View commit details
Copy full SHA for adaa149
Browse repository at this point
Commits on Sep 13, 2024
docs(pick): add usage example to `ui_select()`
echasnovski
committed
e50cf9d
View commit details
Copy full SHA for e50cf9d
Browse repository at this point
Commits on Sep 12, 2024
docs(sessions): link to `MiniPick.ui_select()` in `select()` help
echasnovski
committed
5c72e4d
View commit details
Copy full SHA for 5c72e4d
Browse repository at this point
ci: update Makefile to stop using configurable `GROUP_DEPTH`
Show description for 5ec09ea
echasnovski
committed
5ec09ea
View commit details
Copy full SHA for 5ec09ea
Browse repository at this point
ci: replace `test_file` Make target with generated `test_xxx` per module
Show description for cf5bfe0
echasnovski
committed
cf5bfe0
View commit details
Copy full SHA for cf5bfe0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.