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 }}
husa
/
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 12, 2025
docs(misc): mention `resize_window` at the top
echasnovski
committed
5e1dd6e
View commit details
Copy full SHA for 5e1dd6e
Browse repository at this point
docs(align): improve list formatting
echasnovski
committed
1858276
View commit details
Copy full SHA for 1858276
Browse repository at this point
docs(hues): add tag to 'mini.hues' custom examples
echasnovski
committed
788ae77
View commit details
Copy full SHA for 788ae77
Browse repository at this point
Commits on Oct 11, 2025
docs: use correct module tags in 'mini-nvim.txt' help file
echasnovski
committed
d048db2
View commit details
Copy full SHA for d048db2
Browse repository at this point
feat(hues): add auto adjusting of highlight groups based on events
echasnovski
committed
f21478e
View commit details
Copy full SHA for f21478e
Browse repository at this point
Commits on Oct 10, 2025
feat(map): update `builtin_search` integration to react to `v:hlsearch`
Show description for 57c1611
echasnovski
committed
57c1611
View commit details
Copy full SHA for 57c1611
Browse repository at this point
Commits on Oct 9, 2025
test(ALL): adjust for popup menu width/position fixes on Nightly
Show description for ef89bb1
echasnovski
committed
ef89bb1
View commit details
Copy full SHA for ef89bb1
Browse repository at this point
fix(surround): do not override `s` as a mapping LHS
Show description for c38c9f4
echasnovski
committed
c38c9f4
View commit details
Copy full SHA for c38c9f4
Browse repository at this point
Commits on Oct 7, 2025
feat(surround)!: map `s` to <Nop> if any of the mappings start with it
Show description for fbb6ad0
echasnovski
committed
fbb6ad0
View commit details
Copy full SHA for fbb6ad0
Browse repository at this point
Commits on Oct 6, 2025
feat(basics)!: add `options.win_border='auto'` and make it default
echasnovski
committed
9a2798a
View commit details
Copy full SHA for 9a2798a
Browse repository at this point
feat(basics): update `options.win_borders` to also set `msgsep` flag
echasnovski
committed
278ace8
View commit details
Copy full SHA for 278ace8
Browse repository at this point
fix(hues): update `MsgSeparator` to be more like window separators
Show description for 18e0f2e
echasnovski
committed
18e0f2e
View commit details
Copy full SHA for 18e0f2e
Browse repository at this point
fix(base16): update `MsgSeparator` to be more like window separators
echasnovski
committed
78ea5fc
View commit details
Copy full SHA for 78ea5fc
Browse repository at this point
Commits on Oct 5, 2025
fix(hues): do not use `{}` in `nvim_set_hl` for plugin groups
Show description for 61a5d44
echasnovski
committed
61a5d44
View commit details
Copy full SHA for 61a5d44
Browse repository at this point
fix(base16): do not use `{}` in `nvim_set_hl` for plugin groups
Show description for 7b956ba
echasnovski
committed
7b956ba
View commit details
Copy full SHA for 7b956ba
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
Browse repository at this point
Commits on Sep 30, 2025
fix(hues): update vimdoc section headers to link to `Title`
echasnovski
committed
6ef9c99
View commit details
Copy full SHA for 6ef9c99
Browse repository at this point
fix(base16): update vimdoc section headers to link to `Title`
echasnovski
committed
f31823b
View commit details
Copy full SHA for f31823b
Browse repository at this point
fix(snippets): make `read_file()` work with function array items
Show description for 126ce33
echasnovski
committed
126ce33
View commit details
Copy full SHA for 126ce33
Browse repository at this point
Commits on Sep 27, 2025
feat(hues): add 'mini.completion' new group for deprecated items
echasnovski
committed
228a8c3
View commit details
Copy full SHA for 228a8c3
Browse repository at this point
feat(base16): add 'mini.completion' new group for deprecated items
echasnovski
committed
95f8a33
View commit details
Copy full SHA for 95f8a33
Browse repository at this point
docs(completion): add `MiniCompletionDeprecated` to 'CONTRIBUTING.md'
echasnovski
committed
0cc631a
View commit details
Copy full SHA for 0cc631a
Browse repository at this point
Commits on Sep 26, 2025
docs(ALL): tweak markdown files for better portability
Show description for 0d7629a
echasnovski
committed
0d7629a
View commit details
Copy full SHA for 0d7629a
Browse repository at this point
Commits on Sep 23, 2025
fix(completion): not override `kind_hlgroup` in `default_process_items`
echasnovski
committed
256d35c
View commit details
Copy full SHA for 256d35c
Browse repository at this point
feat(completion): add support for highlighting LSP item label
Show description for 5ab3238
echasnovski
committed
5ab3238
View commit details
Copy full SHA for 5ab3238
Browse repository at this point
Commits on Sep 21, 2025
fix(deps): properly respect environment variables during CLI runs
Show description for bc34736
echasnovski
committed
bc34736
View commit details
Copy full SHA for bc34736
Browse repository at this point
Commits on Sep 19, 2025
ci: use Neovim=0.11.4 as current stable release
echasnovski
committed
80a1149
View commit details
Copy full SHA for 80a1149
Browse repository at this point
Commits on Sep 18, 2025
fix(surround): make tree-sitter surrounding work with `col=0` TS ranges
Show description for b1dfd15
TheLeoP
and
echasnovski
committed
b1dfd15
View commit details
Copy full SHA for b1dfd15
Browse repository at this point
fix(ai): make tree-sitter textobject work with `col=0` TS ranges
Show description for cc706eb
TheLeoP
and
echasnovski
committed
cc706eb
View commit details
Copy full SHA for cc706eb
Browse repository at this point
feat(surround): query parent LanguageTree until a surrounding is found
Show description for 390a3e8
TheLeoP
and
echasnovski
committed
390a3e8
View commit details
Copy full SHA for 390a3e8
Browse repository at this point
feat(ai): query parent LanguageTree until a textobject is found
Show description for 0679dba
TheLeoP
and
echasnovski
committed
0679dba
View commit details
Copy full SHA for 0679dba
Browse repository at this point
Commits on Sep 16, 2025
fix(files): allow leading / and \ on Windows for UNC paths
cottandr
authored and
echasnovski
committed
cf515dd
View commit details
Copy full SHA for cf515dd
Browse repository at this point
feat(pick)!: set custom `vim.ui.select` implementation
Show description for a447ccc
echasnovski
committed
a447ccc
View commit details
Copy full SHA for a447ccc
Browse repository at this point
test(clue): adjust `[` test after typo fix on Nightly
echasnovski
committed
ff05ba1
View commit details
Copy full SHA for ff05ba1
Browse repository at this point
test(pick): adjust help buffer screenshot tests after Nightly changes
Show description for 6f733cb
echasnovski
committed
6f733cb
View commit details
Copy full SHA for 6f733cb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.