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 }}
tomkennedy513
/
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
1
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 Jan 2, 2025
docs: revamp issue templates
echasnovski
committed
603d779
View commit details
Copy full SHA for 603d779
Browse repository at this point
docs(snippets): use correct arguments in `config.expand` documentation
Show description for 81c7b0b
echasnovski
and
xzbdmw
committed
81c7b0b
View commit details
Copy full SHA for 81c7b0b
Browse repository at this point
fix(snippets): do not adjust choices based on tabstop text
Show description for 2af0c71
echasnovski
committed
2af0c71
View commit details
Copy full SHA for 2af0c71
Browse repository at this point
Commits on Dec 31, 2024
docs(snippets): mention snippet autoexpand in 'LuaSnip' comparison
Show description for e91e854
echasnovski
and
abeldekat
committed
e91e854
View commit details
Copy full SHA for e91e854
Browse repository at this point
Commits on Dec 30, 2024
test(sessions): remove test execution side effects
echasnovski
committed
9df78f3
View commit details
Copy full SHA for 9df78f3
Browse repository at this point
fix(sessions): do not force load `vim.fs` during `require()`
Show description for 4ca4c49
echasnovski
committed
4ca4c49
View commit details
Copy full SHA for 4ca4c49
Browse repository at this point
docs(snippets): fix variable name conflict in "Supertab" example
Show description for db8790f
echasnovski
and
abeldekat
committed
db8790f
View commit details
Copy full SHA for db8790f
Browse repository at this point
docs(files): clarify "modify target window via split" example
echasnovski
committed
d29ccd1
View commit details
Copy full SHA for d29ccd1
Browse repository at this point
refactor(bracketed): prefer using compatibility functions behind `if`
Show description for 019c9ba
echasnovski
committed
019c9ba
View commit details
Copy full SHA for 019c9ba
Browse repository at this point
refactor(statusline): prefer using compatibility functions behind `if`
Show description for ff6bbd3
echasnovski
committed
ff6bbd3
View commit details
Copy full SHA for ff6bbd3
Browse repository at this point
docs(align): fix incorrect character in example
isti115
authored and
echasnovski
committed
1270c1d
View commit details
Copy full SHA for 1270c1d
Browse repository at this point
Commits on Dec 29, 2024
fix(align): make blockwise selection work with wide/composing characters
Show description for 733afb9
echasnovski
and
Diomendius
committed
733afb9
View commit details
Copy full SHA for 733afb9
Browse repository at this point
feat(icons): use a dedicated glyph for 'norg' filetype
zerachiel016
authored and
echasnovski
committed
6e82120
View commit details
Copy full SHA for 6e82120
Browse repository at this point
Commits on Dec 27, 2024
fix(extra): make `list` picker have correct column for "change" scope
echasnovski
committed
2faada1
View commit details
Copy full SHA for 2faada1
Browse repository at this point
fix(pick): make `set_picker_items()` recompute range of shown items
echasnovski
committed
9d40696
View commit details
Copy full SHA for 9d40696
Browse repository at this point
fix(pick): make `set_picker_opts` update mappings
Show description for 0b381de
echasnovski
committed
0b381de
View commit details
Copy full SHA for 0b381de
Browse repository at this point
fix(diff): update `export()` to set `col`, `end_col`, and `text`
Show description for 35ad465
echasnovski
committed
35ad465
View commit details
Copy full SHA for 35ad465
Browse repository at this point
fix(diff): remove "dummy signcolumn" extmark when it is not needed
Show description for 593cf90
echasnovski
committed
593cf90
View commit details
Copy full SHA for 593cf90
Browse repository at this point
Commits on Dec 26, 2024
feat(align): add built-in modifier for "|"
Show description for c78332b
echasnovski
committed
c78332b
View commit details
Copy full SHA for c78332b
Browse repository at this point
fix(align): prevent undo if no change was made
Show description for 52d6a8c
afonsocarlos
and
echasnovski
committed
52d6a8c
View commit details
Copy full SHA for 52d6a8c
Browse repository at this point
docs(pick): add note that target window is set as current after `stop()`
echasnovski
committed
f3531a7
View commit details
Copy full SHA for f3531a7
Browse repository at this point
docs(snippets): add note about not using <C-n>/<C-p> keys in mappings
echasnovski
committed
84ade0b
View commit details
Copy full SHA for 84ade0b
Browse repository at this point
fix(snippets): ensure "expand" gravity at parents of reference node
Show description for 13b2331
echasnovski
committed
13b2331
View commit details
Copy full SHA for 13b2331
Browse repository at this point
fix(snippets): fix parsing of `${1:{$2\}}` like cases
echasnovski
committed
5a836ef
View commit details
Copy full SHA for 5a836ef
Browse repository at this point
Commits on Dec 23, 2024
feat(hues): add 'mini.snippet' explicit highlight groups
echasnovski
committed
2011aff
View commit details
Copy full SHA for 2011aff
Browse repository at this point
feat(base16): add 'mini.snippet' explicit highlight groups
echasnovski
committed
122df7b
View commit details
Copy full SHA for 122df7b
Browse repository at this point
feat(snippets): add NEW MODULE
echasnovski
committed
cef76ad
View commit details
Copy full SHA for cef76ad
Browse repository at this point
Commits on Dec 22, 2024
feat(pick): update `help` picker to have `default_split` local option
Show description for 7b210cc
echasnovski
committed
7b210cc
View commit details
Copy full SHA for 7b210cc
Browse repository at this point
Commits on Dec 20, 2024
test(test): update `gen_reporter.stdout` screenshots with Nightly change
echasnovski
committed
4228f16
View commit details
Copy full SHA for 4228f16
Browse repository at this point
fix(pick): update `default_show()` to also sanitize "\r"
Show description for b493321
echasnovski
committed
b493321
View commit details
Copy full SHA for b493321
Browse repository at this point
fix(pick): update `set_picker_items_from_cli()` to respect '\r\n' EOL
Show description for 3ccc5dc
echasnovski
committed
3ccc5dc
View commit details
Copy full SHA for 3ccc5dc
Browse repository at this point
feat(hues): add new built-in `ComplMatchIns` highlight group
Show description for 06b0761
echasnovski
committed
06b0761
View commit details
Copy full SHA for 06b0761
Browse repository at this point
feat(base16): add new built-in `ComplMatchIns` highlight group
Show description for a9ecb08
echasnovski
committed
a9ecb08
View commit details
Copy full SHA for a9ecb08
Browse repository at this point
Commits on Dec 13, 2024
fix(misc): update `zoom()` to not cover Command line
Show description for 7ebfab2
echasnovski
committed
7ebfab2
View commit details
Copy full SHA for 7ebfab2
Browse repository at this point
Commits on Dec 12, 2024
fix(files): don't ever show cursor line in file previews
Show description for e78a98a
echasnovski
committed
e78a98a
View commit details
Copy full SHA for e78a98a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.