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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
nvim-mini
/
mini.ai
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
625
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
mini.ai
doc
on
main
User selector
All users
All time
Commit history
Commits on Jul 10, 2026
fix(ai): use `{}` as default `config.custom_textobjects`
echasnovski
committed
25248c6
View commit details
Copy full SHA for 25248c6
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
fix(ai): make empty span cover nothing
Show description for cb20f29
echasnovski
committed
cb20f29
View commit details
Copy full SHA for cb20f29
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
docs(ALL): improve consistency of help files
echasnovski
committed
d73c363
View commit details
Copy full SHA for d73c363
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
fix(ALL): always treat <C-c> from the user as "cancel"
Show description for 4511b34
echasnovski
committed
4511b34
View commit details
Copy full SHA for 4511b34
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
feat(ALL): prefer using `MiniInput.get()` if available
echasnovski
committed
268ee37
View commit details
Copy full SHA for 268ee37
View code at this point
Browse repository at this point
Commits on May 31, 2026
feat(ai): check children treesitter languages after parents
Show description for deacc8e
TheLeoP
and
echasnovski
committed
deacc8e
View commit details
Copy full SHA for deacc8e
View code at this point
Browse repository at this point
Commits on May 21, 2026
docs(ai): document workarounds for `al` / `il` conflicts on Neovim>=0.13
echasnovski
committed
4ce4c35
View commit details
Copy full SHA for 4ce4c35
View code at this point
Browse repository at this point
Commits on May 4, 2026
docs(ai): better document workarounds for `v_an` / `v_in` conflicts
Show description for 7e10ce8
echasnovski
committed
7e10ce8
View commit details
Copy full SHA for 7e10ce8
View code at this point
Browse repository at this point
Commits on Oct 3, 2025
docs(ALL): tweak help files for better portability
Show description for 11c5718
echasnovski
committed
11c5718
View commit details
Copy full SHA for 11c5718
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
docs(ai): document conflict with new default `an`/`in` LSP mappings
Show description for 96cd250
echasnovski
committed
96cd250
View commit details
Copy full SHA for 96cd250
View code at this point
Browse repository at this point
Commits on May 27, 2025
feat(ai): add `gen_spec.user_prompt`
Show description for 7f1fe86
echasnovski
committed
7f1fe86
View commit details
Copy full SHA for 7f1fe86
View code at this point
Browse repository at this point
feat(ai)!: make `use_nvim_treesitter=false` default in `treesitter()`
Show description for dc83336
echasnovski
committed
dc83336
View commit details
Copy full SHA for dc83336
View code at this point
Browse repository at this point
docs(ai): use box drawing characters in built-ins demo
echasnovski
committed
7c36f6d
View commit details
Copy full SHA for 7c36f6d
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
docs(ai): document case of unknown tree-sitter directives in captures
Show description for 978ffc6
echasnovski
committed
978ffc6
View commit details
Copy full SHA for 978ffc6
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
docs(ai): make comparison to other plugins more up to date
echasnovski
committed
6e01c0e
View commit details
Copy full SHA for 6e01c0e
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
feat(ai): relax restrictions on textobject identifier
Show description for 53b4e45
echasnovski
committed
53b4e45
View commit details
Copy full SHA for 53b4e45
View code at this point
Browse repository at this point
Commits on Dec 8, 2024
docs(ALL): mention informational helper messages in more visible places
echasnovski
committed
6920bc5
View commit details
Copy full SHA for 6920bc5
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
docs(ALL): prefer using code blocks with language annotation
Show description for 4558707
echasnovski
committed
4558707
View commit details
Copy full SHA for 4558707
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
docs(ALL): use updated `MiniDoc.afterlines_to_code()`
echasnovski
committed
ebf806d
View commit details
Copy full SHA for ebf806d
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
fix(ai): clarify case when cursor is on target default identifier
echasnovski
committed
9fef109
View commit details
Copy full SHA for 9fef109
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
docs(ai): mention `MiniExtra.gen_ai_spec`
echasnovski
committed
a7e90f1
View commit details
Copy full SHA for a7e90f1
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
fix(ai): improve handling of special textobject id
Show description for 55e9b72
echasnovski
committed
55e9b72
View commit details
Copy full SHA for 55e9b72
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
(all) Update help to highlight code inside lists with tree-sitter on.
Show description for 3ad9d45
echasnovski
committed
3ad9d45
View commit details
Copy full SHA for 3ad9d45
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
(mini.ai) Update `gen_spec.treesitter` to be compatible with built-in `vim.treesitter` on Neovim>=0.9.
echasnovski
committed
13a9074
View commit details
Copy full SHA for 13a9074
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
(all) Use universally ` ~` to indicate help section heading.
echasnovski
committed
f7787cf
View commit details
Copy full SHA for f7787cf
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
(all) Fix typos.
dundargoc
authored and
echasnovski
committed
4a2e387
View commit details
Copy full SHA for 4a2e387
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
(mini.ai) Fix outdated treesitter query command in help.
Marcus André
authored and
echasnovski
committed
fc9ce93
View commit details
Copy full SHA for fc9ce93
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
(mini.ai) FEATURE: Allow `vis_mode` field in custom texobject region.
Show description for 5218ea7
echasnovski
committed
5218ea7
View commit details
Copy full SHA for 5218ea7
View code at this point
Browse repository at this point
Commits on Jun 24, 2023
(mini.ai) Fix `tag` textobject example.
Show description for 3f5963b
echasnovski
committed
3f5963b
View commit details
Copy full SHA for 3f5963b
View code at this point
Browse repository at this point
Commits on May 12, 2023
(mini.ai docs) Remove accidental tag.
echasnovski
committed
44d7df1
View commit details
Copy full SHA for 44d7df1
View code at this point
Browse repository at this point
Commits on May 4, 2023
(all) Use `vim.keymap` to deal with mappings.
Show description for aea7f12
echasnovski
committed
aea7f12
View commit details
Copy full SHA for aea7f12
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
(mini.ai) Update `gen_spec.argument()` to not have compatibility with `opts.separators`.
echasnovski
committed
878b5c2
View commit details
Copy full SHA for 878b5c2
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
(mini.ai) BREAKING FEATURE: Implement `config.silent` to silence non-error feedback instead of Vimscript variables.
echasnovski
committed
9e18be2
View commit details
Copy full SHA for 9e18be2
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
(all) Update documentation to follow same rules.
Show description for d5a9f6b
echasnovski
committed
d5a9f6b
View commit details
Copy full SHA for d5a9f6b
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
(mini.ai) Implement silencing of non-error feedback.
Show description for ce822c6
echasnovski
committed
ce822c6
View commit details
Copy full SHA for ce822c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.