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 }}
dtor
/
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 Apr 15, 2025
fix(completion): use `itemDefaults` when computing completed word
Show description for 58e6334
echasnovski
committed
58e6334
View commit details
Copy full SHA for 58e6334
View code at this point
Browse repository at this point
fix(completion): properly cache visit/resolve data for multiple servers
echasnovski
committed
b2bdc5d
View commit details
Copy full SHA for b2bdc5d
View code at this point
Browse repository at this point
fix(completion): recognize text with variables as needing snippet insert
echasnovski
committed
37a83fa
View commit details
Copy full SHA for 37a83fa
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
feat(hues): add support for 'mini.completion' new info border group
echasnovski
committed
b418d58
View commit details
Copy full SHA for b418d58
View code at this point
Browse repository at this point
feat(base16): add support for 'mini.completion' new info border group
echasnovski
committed
5d03818
View commit details
Copy full SHA for 5d03818
View code at this point
Browse repository at this point
feat(completion)!: rework how info window is shown to reduce flickering
Show description for 8bf8699
echasnovski
committed
8bf8699
View commit details
Copy full SHA for 8bf8699
View code at this point
Browse repository at this point
refactor(completion): cache data for visited/resolved candidates
echasnovski
committed
f126509
View commit details
Copy full SHA for f126509
View code at this point
Browse repository at this point
docs(colors): fix incorrect tag usage
echasnovski
committed
5cacf58
View commit details
Copy full SHA for 5cacf58
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
feat(pick): update `set_picker_match_inds()` to set other matches
Show description for bddfbfc
echasnovski
committed
bddfbfc
View commit details
Copy full SHA for bddfbfc
View code at this point
Browse repository at this point
feat(pick): update `get_picker_matches()` to return shown items data
Show description for b25bd55
echasnovski
committed
b25bd55
View commit details
Copy full SHA for b25bd55
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
feat(hues)!: tweak colors for 'mini.pick' prompt
Show description for 6c95ad1
echasnovski
committed
6c95ad1
View commit details
Copy full SHA for 6c95ad1
View code at this point
Browse repository at this point
feat(base16)!: tweak colors for 'mini.pick' prompt
Show description for 71c9be4
echasnovski
committed
71c9be4
View commit details
Copy full SHA for 71c9be4
View code at this point
Browse repository at this point
feat(pick): add highlight groups for prompt prefix and caret
echasnovski
committed
c8890c9
View commit details
Copy full SHA for c8890c9
View code at this point
Browse repository at this point
feat(pick)!: rename `prompt_cursor` to `prompt_caret` in `config.window`
Show description for 7f44bca
echasnovski
committed
7f44bca
View commit details
Copy full SHA for 7f44bca
View code at this point
Browse repository at this point
fix(pick): improve how prompt text is truncated if not enough space
Show description for 4972f25
echasnovski
committed
4972f25
View commit details
Copy full SHA for 4972f25
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
docs: tweak "set recommended option values" general principle
Show description for a90045c
echasnovski
committed
a90045c
View commit details
Copy full SHA for a90045c
View code at this point
Browse repository at this point
fix(tabline): always set `showtabline=2` in `setup()`
Show description for fb73ba5
echasnovski
committed
fb73ba5
View commit details
Copy full SHA for fb73ba5
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
feat(ALL)!: stop forcing option values behind `set_vim_settings`
Show description for fe8a669
echasnovski
committed
fe8a669
View commit details
Copy full SHA for fe8a669
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
fix(hipatterns): auto-enable only in loaded buffers
Show description for cf2daac
echasnovski
committed
cf2daac
View commit details
Copy full SHA for cf2daac
View code at this point
Browse repository at this point
fix(git): auto-enable only in loaded buffers
Show description for 44a333f
echasnovski
committed
44a333f
View commit details
Copy full SHA for 44a333f
View code at this point
Browse repository at this point
fix(diff): auto-enable only in loaded buffers
Show description for 5302bc0
echasnovski
committed
5302bc0
View commit details
Copy full SHA for 5302bc0
View code at this point
Browse repository at this point
fix(completion): adjust for Neovim>=0.11 code block delimiters disappear
Show description for c4b61ed
echasnovski
committed
c4b61ed
View commit details
Copy full SHA for c4b61ed
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
feat(completion)!: change default hl of `MiniCompletionActiveParameter`
Show description for d570e0b
echasnovski
committed
d570e0b
View commit details
Copy full SHA for d570e0b
View code at this point
Browse repository at this point
refactor(completion): improve computing signature help buffer data
echasnovski
committed
4fe535a
View commit details
Copy full SHA for 4fe535a
View code at this point
Browse repository at this point
docs(completion): fix typo in updated 'omnifunc' LSP setup
echasnovski
committed
a12cfd0
View commit details
Copy full SHA for a12cfd0
View code at this point
Browse repository at this point
fix(completion): show signature label offset support in capabilities
Show description for 496ce21
echasnovski
committed
496ce21
View commit details
Copy full SHA for 496ce21
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
feat(diff): allow `config.source` to be array of sources
Show description for 2e38ed1
echasnovski
committed
2e38ed1
View commit details
Copy full SHA for 2e38ed1
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
fix(completion): prefer `filterText` over `label` for completion word
Show description for 9af69d8
echasnovski
committed
9af69d8
View commit details
Copy full SHA for 9af69d8
View code at this point
Browse repository at this point
feat(completion): implement `get_lsp_capabilities()`
echasnovski
committed
ddaa466
View commit details
Copy full SHA for ddaa466
View code at this point
Browse repository at this point
docs(completion): improve notes about "use omnifunc on LSP attach" setup
echasnovski
committed
b8aae83
View commit details
Copy full SHA for b8aae83
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
feat(ALL): soft deprecate Neovim<0.9
echasnovski
committed
687fa86
View commit details
Copy full SHA for 687fa86
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
feat(completion): support context in 'textDocument/completion' request
Show description for fce1859
echasnovski
committed
fce1859
View commit details
Copy full SHA for fce1859
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.