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 }}
tonyrt2
/
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
mini
completion.lua
on
main
User selector
All users
All time
Commit history
Commits on Aug 7, 2025
refactor(completion): ensure item documentation is a string
Show description for 4035ef9
echasnovski
committed
4035ef9
View commit details
Copy full SHA for 4035ef9
View code at this point
Browse repository at this point
refactor(completion): use `ipairs` instead of `pairs` for known arrays
Show description for 9ee6999
echasnovski
committed
9ee6999
View commit details
Copy full SHA for 9ee6999
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
fix(completion): recompute info/signature titles on window update
Show description for c8d4b45
echasnovski
committed
c8d4b45
View commit details
Copy full SHA for c8d4b45
View code at this point
Browse repository at this point
feat(completion): add dedicated window events
Show description for 32bc284
echasnovski
committed
32bc284
View commit details
Copy full SHA for 32bc284
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
fix(completion): update info window to handle outdated scheduled show
Show description for dc6877d
echasnovski
committed
dc6877d
View commit details
Copy full SHA for dc6877d
View code at this point
Browse repository at this point
refactor(completion): simplify helper for closing action window
echasnovski
committed
2d593cf
View commit details
Copy full SHA for 2d593cf
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
fix(completion): avoid error on improper signature help parameter label
Show description for 48f48e4
echasnovski
committed
48f48e4
View commit details
Copy full SHA for 48f48e4
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
feat(ALL)!: stop support of Neovim 0.8
echasnovski
committed
8f2ea1e
View commit details
Copy full SHA for 8f2ea1e
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
ci: update and use StyLua 2.1.0
echasnovski
committed
35e1767
View commit details
Copy full SHA for 35e1767
View code at this point
Browse repository at this point
Commits on May 10, 2025
fix(completion): update info to flicker less for fallback action items
echasnovski
committed
c665f30
View commit details
Copy full SHA for c665f30
View code at this point
Browse repository at this point
fix(completion): update windows to preserve title config parts
Show description for 82aff80
echasnovski
committed
82aff80
View commit details
Copy full SHA for 82aff80
View code at this point
Browse repository at this point
Commits on May 9, 2025
feat(completion): make fuzzy `filtersort` prefer earlier camelcase match
Show description for a9e4cb3
echasnovski
committed
a9e4cb3
View commit details
Copy full SHA for a9e4cb3
View code at this point
Browse repository at this point
Commits on May 3, 2025
docs(completion): improve <Tab>/<S-Tab>/<CR> mapping recommendations
echasnovski
committed
ee23e1a
View commit details
Copy full SHA for ee23e1a
View code at this point
Browse repository at this point
Commits on May 1, 2025
feat(completion): add a space between labelDetails
abeldekat
authored and
echasnovski
committed
90ab64f
View commit details
Copy full SHA for 90ab64f
View code at this point
Browse repository at this point
Commits on Apr 19, 2025
feat(completion): update `default_process_items` with `kind_priority`
Show description for c404fc5
echasnovski
committed
c404fc5
View commit details
Copy full SHA for c404fc5
View code at this point
Browse repository at this point
fix(completion): make resolve request only to item's server
Show description for 6ff0ece
echasnovski
committed
6ff0ece
View commit details
Copy full SHA for 6ff0ece
View code at this point
Browse repository at this point
fix(completion)!: call `process_items` once for items from all servers
Show description for 0e820ed
echasnovski
committed
0e820ed
View commit details
Copy full SHA for 0e820ed
View code at this point
Browse repository at this point
feat(completion): add `client_id` data to input items of `process_items`
Show description for 7599345
echasnovski
committed
7599345
View commit details
Copy full SHA for 7599345
View code at this point
Browse repository at this point
refactor(completion): use less nested `user_data` in completion items
echasnovski
committed
d8062f6
View commit details
Copy full SHA for d8062f6
View code at this point
Browse repository at this point
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(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
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(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 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
Previous
Next
You can’t perform that action at this time.