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 }}
atomragnar
/
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 Apr 1, 2025
feat(ALL): soft deprecate Neovim<0.9
echasnovski
committed
687fa86
View commit details
Copy full SHA for 687fa86
Browse repository at this point
Commits on Mar 30, 2025
test(pairs): adjust test after error wording change on Nightly
echasnovski
committed
d0464ce
View commit details
Copy full SHA for d0464ce
Browse repository at this point
feat(completion): support context in 'textDocument/completion' request
Show description for fce1859
echasnovski
committed
fce1859
View commit details
Copy full SHA for fce1859
Browse repository at this point
Commits on Mar 29, 2025
test(extra): update `picker.hl_groups` test to work on Nightly
Show description for 939da40
echasnovski
committed
939da40
View commit details
Copy full SHA for 939da40
Browse repository at this point
ci: use Neovim=0.11.0 as current stable release
echasnovski
committed
6a517c8
View commit details
Copy full SHA for 6a517c8
Browse repository at this point
refactor(ALL): use `vim.hl` instead of `vim.highlight` if possible
Show description for 71eb872
echasnovski
committed
71eb872
View commit details
Copy full SHA for 71eb872
Browse repository at this point
Commits on Mar 28, 2025
feat(hues): add support for 'mini.diff' new overlay groups
echasnovski
committed
4630b9c
View commit details
Copy full SHA for 4630b9c
Browse repository at this point
feat(base16): add support for 'mini.diff' new overlay groups
echasnovski
committed
7c88461
View commit details
Copy full SHA for 7c88461
Browse repository at this point
feat(diff): add highlight groups to customize change hunks buffer part
Show description for bf20627
echasnovski
committed
bf20627
View commit details
Copy full SHA for bf20627
Browse repository at this point
feat(diff): make overlay virtual lines scroll along with buffer lines
echasnovski
committed
cfe76e7
View commit details
Copy full SHA for cfe76e7
Browse repository at this point
refactor(diff): simplify visualization and overlay code
echasnovski
committed
b18bb43
View commit details
Copy full SHA for b18bb43
Browse repository at this point
Commits on Mar 27, 2025
docs(basics): mention built-in `[<Space>`/`]<Space>` on Neovim>=0.11
Show description for 1890108
echasnovski
committed
1890108
View commit details
Copy full SHA for 1890108
Browse repository at this point
feat(ALL)!: unify naming of buffers created by modules
Show description for 7f2cc51
echasnovski
committed
7f2cc51
View commit details
Copy full SHA for 7f2cc51
Browse repository at this point
test(pick): make tests more robust with more careful tabline/statusline
echasnovski
committed
18b01bc
View commit details
Copy full SHA for 18b01bc
Browse repository at this point
docs: add missing general principle to `:h mini.nvim`
echasnovski
committed
aec62f0
View commit details
Copy full SHA for aec62f0
Browse repository at this point
refactor(extra): make `git_{branches,commits}` pickers not use helper
echasnovski
committed
ce4872f
View commit details
Copy full SHA for ce4872f
Browse repository at this point
Commits on Mar 25, 2025
fix(statusline): fix `section_diagnostics` to have lower startup impact
echasnovski
committed
3ad46cd
View commit details
Copy full SHA for 3ad46cd
Browse repository at this point
test(files): make tests more robust with more careful tabline/statusline
echasnovski
committed
d276ac3
View commit details
Copy full SHA for d276ac3
Browse repository at this point
fix(files): update `show_help()` to not persist its buffer
echasnovski
committed
15f35c1
View commit details
Copy full SHA for 15f35c1
Browse repository at this point
docs(files): clarify that previewed files also trigger buffer events
echasnovski
committed
f550399
View commit details
Copy full SHA for f550399
Browse repository at this point
Commits on Mar 24, 2025
docs(basics): fix description of `config.options.extra_ui`
Show description for f048957
echasnovski
committed
f048957
View commit details
Copy full SHA for f048957
Browse repository at this point
feat(pairs): add support for multibyte characters in pairs
Show description for 297fd93
echasnovski
committed
297fd93
View commit details
Copy full SHA for 297fd93
Browse repository at this point
refactor(pairs): make neighborhood handling code more straightforward
echasnovski
committed
fde23d0
View commit details
Copy full SHA for fde23d0
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
Browse repository at this point
refactor(pairs): perform overall code optimization
echasnovski
committed
e856626
View commit details
Copy full SHA for e856626
Browse repository at this point
Commits on Mar 23, 2025
fix(doc): update TOC to better work with conceal in 'help' filetype
Show description for 04ea90a
echasnovski
committed
04ea90a
View commit details
Copy full SHA for 04ea90a
Browse repository at this point
fix(pairs): do not override user's <CR>/<BS>
Show description for 30b98c0
echasnovski
committed
30b98c0
View commit details
Copy full SHA for 30b98c0
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
Browse repository at this point
Commits on Mar 22, 2025
docs: mention `exists('+option')` when deprecating Neovim version
echasnovski
committed
5012cc3
View commit details
Copy full SHA for 5012cc3
Browse repository at this point
feat(ALL)!: respect non-empty 'winborder' as default window border
Show description for 2ffb0b3
echasnovski
committed
2ffb0b3
View commit details
Copy full SHA for 2ffb0b3
Browse repository at this point
Commits on Mar 21, 2025
feat(completion)!: use `nil` as default value for info/signature border
Show description for 9425f0e
echasnovski
committed
9425f0e
View commit details
Copy full SHA for 9425f0e
Browse repository at this point
refactor(ALL): always explicitly set default floating window border
Show description for bb8e669
echasnovski
committed
bb8e669
View commit details
Copy full SHA for bb8e669
Browse repository at this point
feat(misc): update `zoom()` to set default title
Show description for ac8bb49
echasnovski
committed
ac8bb49
View commit details
Copy full SHA for ac8bb49
Browse repository at this point
Commits on Mar 20, 2025
fix(misc): update `setup_auto_root` to trigger events for cwd change
Show description for 0429e9e
ojroques
and
echasnovski
committed
0429e9e
View commit details
Copy full SHA for 0429e9e
Browse repository at this point
docs(ai): document case of unknown tree-sitter directives in captures
Show description for 8659887
echasnovski
committed
8659887
View commit details
Copy full SHA for 8659887
Browse repository at this point
Previous
Next
You can’t perform that action at this time.