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 }}
JulesNP
/
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
on
main
User selector
All users
All time
Commit history
Commits on Jul 4, 2024
feat(icons): Add support for F# extensions
JulesNP
committed
e7bb978
View commit details
Copy full SHA for e7bb978
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
docs(deps): stop using 'nvim-web-devicons' in config examples
echasnovski
committed
bc6c0f7
View commit details
Copy full SHA for bc6c0f7
View code at this point
Browse repository at this point
feat(pick): prefer 'mini.icons' as icon provider
echasnovski
committed
611627f
View commit details
Copy full SHA for 611627f
View code at this point
Browse repository at this point
feat(files): prefer 'mini.icons' as icon provider
echasnovski
committed
6eb292d
View commit details
Copy full SHA for 6eb292d
View code at this point
Browse repository at this point
feat(tabline): prefer 'mini.icons' as icon provider
echasnovski
committed
e0ff5f5
View commit details
Copy full SHA for e0ff5f5
View code at this point
Browse repository at this point
feat(statusline): prefer 'mini.icons' as icon provider
echasnovski
committed
b10ffff
View commit details
Copy full SHA for b10ffff
View code at this point
Browse repository at this point
feat(hues): add 'mini.icons' explicit highlight groups
echasnovski
committed
c0ce60c
View commit details
Copy full SHA for c0ce60c
View code at this point
Browse repository at this point
feat(base16): add 'mini.icons' explicit highlight groups
echasnovski
committed
2f07f67
View commit details
Copy full SHA for 2f07f67
View code at this point
Browse repository at this point
feat(icons): add NEW MODULE
echasnovski
committed
82584a4
View commit details
Copy full SHA for 82584a4
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
feat(hipatterns)!: compute color hl groups based on `hex_color`+`style`
Show description for b8c1d3b
echasnovski
and
folke
committed
b8c1d3b
View commit details
Copy full SHA for b8c1d3b
View code at this point
Browse repository at this point
feat(statusline)!: make `section_fileinfo()` work in not normal buffers
Show description for ff021d0
echasnovski
committed
ff021d0
View commit details
Copy full SHA for ff021d0
View code at this point
Browse repository at this point
fix(starter)!: use 'ministarter' as filetype instead of 'starter'
Show description for 9091653
echasnovski
committed
9091653
View commit details
Copy full SHA for 9091653
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
docs(surround): tweak specification help
Show description for 35422e9
echasnovski
committed
35422e9
View commit details
Copy full SHA for 35422e9
View code at this point
Browse repository at this point
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
docs: make "General principles" sections more up to date
echasnovski
committed
5e30efe
View commit details
Copy full SHA for 5e30efe
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
feat(extra): update `pickers.oldfiles()` to have `current_dir` option
abeldekat
authored and
echasnovski
committed
7cd21b7
View commit details
Copy full SHA for 7cd21b7
View code at this point
Browse repository at this point
fix(doc): tweak smart appending empty line to block
echasnovski
committed
81e0e0d
View commit details
Copy full SHA for 81e0e0d
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
feat(doc): do not append empty line to block if it ends as visibly blank
echasnovski
committed
2bd1725
View commit details
Copy full SHA for 2bd1725
View code at this point
Browse repository at this point
docs(pick): fix typo
justus2510
authored and
echasnovski
committed
3e5da8e
View commit details
Copy full SHA for 3e5da8e
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
feat(doc)!: update `afterlines_to_code()` to result into Lua code block
Show description for bb9e680
echasnovski
committed
bb9e680
View commit details
Copy full SHA for bb9e680
View code at this point
Browse repository at this point
docs(surround): make code example nicer
Show description for 9b3d9ee
echasnovski
committed
9b3d9ee
View commit details
Copy full SHA for 9b3d9ee
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 Jun 20, 2024
docs(surround): fix example for `gen_spec.input.treesitter()`
echasnovski
committed
a3f2746
View commit details
Copy full SHA for a3f2746
View code at this point
Browse repository at this point
refactor(operators): make `replace` not use helper functions
Show description for d3afc63
echasnovski
committed
d3afc63
View commit details
Copy full SHA for d3afc63
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
fix(git): make auto enable only in listed buffers
Show description for ebc8cb0
echasnovski
committed
ebc8cb0
View commit details
Copy full SHA for ebc8cb0
View code at this point
Browse repository at this point
fix(diff): make auto enable only in listed buffers
Show description for ec8f3fa
echasnovski
committed
ec8f3fa
View commit details
Copy full SHA for ec8f3fa
View code at this point
Browse repository at this point
docs(surround): clarify case when cursor is on target default identifier
Show description for 460a8bf
echasnovski
committed
460a8bf
View commit details
Copy full SHA for 460a8bf
View code at this point
Browse repository at this point
fix(ai): clarify case when cursor is on target default identifier
echasnovski
committed
c5e4e0f
View commit details
Copy full SHA for c5e4e0f
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
docs: fix several typos
Show description for 7a46714
echasnovski
committed
7a46714
View commit details
Copy full SHA for 7a46714
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
docs(ai): mention `MiniExtra.gen_ai_spec`
echasnovski
committed
1d4772e
View commit details
Copy full SHA for 1d4772e
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
fix(files): remove flicker when preview in limited available width
Show description for 4456c1f
echasnovski
committed
4456c1f
View commit details
Copy full SHA for 4456c1f
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
fix(files): allow setting `title_pos` in `MiniFilesWindowOpen` event
Show description for d330f26
echasnovski
committed
d330f26
View commit details
Copy full SHA for d330f26
View code at this point
Browse repository at this point
fix(files): ignore first undo after opening
Show description for 44bd64d
echasnovski
committed
44bd64d
View commit details
Copy full SHA for 44bd64d
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
refactor(sessions): synchronise `is_something_shown` with 'mini.starter'
echasnovski
committed
e086260
View commit details
Copy full SHA for e086260
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
fix(diff): delete buffer-local variables in `disable()`
echasnovski
committed
fc4718f
View commit details
Copy full SHA for fc4718f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.