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 }}
annenpolka
/
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
on
main
User selector
All users
All time
Commit history
Commits on Mar 25, 2022
(mini.jump) add a table for delay values, deprecate `highlight_delay`
annenpolka
committed
b994f95
View commit details
Copy full SHA for b994f95
View code at this point
Browse repository at this point
(mini.jump) fix doc formatting, regenerate mini.txt
annenpolka
committed
b037f2b
View commit details
Copy full SHA for b037f2b
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
(mini.jump) Add idle timeout feature to stop jumping automatically.
annenpolka
committed
802dc68
View commit details
Copy full SHA for 802dc68
View code at this point
Browse repository at this point
(mini.jump) fix typo in comment.
annenpolka
committed
fa9897c
View commit details
Copy full SHA for fa9897c
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
(mini.surround) Allow using `<C-c>` to terminate user input.
Show description for 758e28b
echasnovski
committed
758e28b
View commit details
Copy full SHA for 758e28b
View code at this point
Browse repository at this point
(mini.comment) Fix behavior of `operator()` for "empty motion/textobject".
echasnovski
committed
ff63e3f
View commit details
Copy full SHA for ff63e3f
View code at this point
Browse repository at this point
Commits on Mar 20, 2022
(mini.comment) Small tweaks.
Show description for 67911b4
echasnovski
committed
67911b4
View commit details
Copy full SHA for 67911b4
View code at this point
Browse repository at this point
(mini.bufremove tests) Write tests for 'mini.bufremove'.
echasnovski
committed
b0d4655
View commit details
Copy full SHA for b0d4655
View code at this point
Browse repository at this point
Commits on Mar 19, 2022
(mini.base16 tests) Write tests for 'mini.base16'.
echasnovski
committed
b6c40f8
View commit details
Copy full SHA for b6c40f8
View code at this point
Browse repository at this point
(all) Use more careful `config` validation.
echasnovski
committed
6d62df7
View commit details
Copy full SHA for 6d62df7
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
(mini.statusline) Add note about using new Neovim's global statusline.
Show description for 2b0b2eb
echasnovski
committed
2b0b2eb
View commit details
Copy full SHA for 2b0b2eb
View code at this point
Browse repository at this point
Commits on Mar 17, 2022
(mini.indentscope) (mini.cursorword) Use more target check for
Show description for 8d13199
echasnovski
committed
8d13199
View commit details
Copy full SHA for 8d13199
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
(mini.indentscope) Fix `MiniIndentscope.gen_animation()` for 'in-out'
Show description for dbd3a15
echasnovski
committed
dbd3a15
View commit details
Copy full SHA for dbd3a15
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
(mini.misc) Update `MiniMisc.zoom()` to handle missing `buf_id`.
echasnovski
committed
4788ce6
View commit details
Copy full SHA for 4788ce6
View code at this point
Browse repository at this point
(mini.sessions) Implement `MiniSessions.select()`.
Show description for 8730c1a
echasnovski
committed
8730c1a
View commit details
Copy full SHA for 8730c1a
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
(mini.starter) Remove hit-enter-prompt.
echasnovski
committed
d8f3b5f
View commit details
Copy full SHA for d8f3b5f
View code at this point
Browse repository at this point
(mini.starter) Don't make query if it results into no active items.
Show description for 87734d4
echasnovski
committed
87734d4
View commit details
Copy full SHA for 87734d4
View code at this point
Browse repository at this point
Commits on Feb 13, 2022
(mini.indentscope) Update on `TextChangedP` event to account for opened
Show description for 805833b
echasnovski
committed
805833b
View commit details
Copy full SHA for 805833b
View code at this point
Browse repository at this point
(mini.indentscope) (mini.cursorword) Condition `ModeChanged` event on
Show description for 53a9bcb
echasnovski
committed
53a9bcb
View commit details
Copy full SHA for 53a9bcb
View code at this point
Browse repository at this point
(mini.cursorword) Various tweaks.
Show description for 62fdb23
echasnovski
committed
62fdb23
View commit details
Copy full SHA for 62fdb23
View code at this point
Browse repository at this point
Add common recipes for disabling.
Show description for 769186d
echasnovski
committed
769186d
View commit details
Copy full SHA for 769186d
View code at this point
Browse repository at this point
(mini.indentscope) Redraw on every ModeChanged.
Show description for 859bebe
echasnovski
committed
859bebe
View commit details
Copy full SHA for 859bebe
View code at this point
Browse repository at this point
(mini.indentscope) Update textobjects to fully support count.
echasnovski
committed
dce3321
View commit details
Copy full SHA for dce3321
View code at this point
Browse repository at this point
Commits on Feb 12, 2022
(mini.completion) Handle complex multibyte characters in info window.
echasnovski
committed
8024e9a
View commit details
Copy full SHA for 8024e9a
View code at this point
Browse repository at this point
(mini.indentscope) Better support `miniindentscope_disable` variables.
Show description for 4c5f37a
echasnovski
committed
4c5f37a
View commit details
Copy full SHA for 4c5f37a
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
Add information about 'mini.indentscope'.
echasnovski
committed
1f1386f
View commit details
Copy full SHA for 1f1386f
View code at this point
Browse repository at this point
(mini.indentscope) NEW MODULE: initial commit.
echasnovski
committed
4cf9e73
View commit details
Copy full SHA for 4cf9e73
View code at this point
Browse repository at this point
(mini.doc) Treat `?` at end of first word as "optional" indicator.
echasnovski
authored
900155e
View commit details
Copy full SHA for 900155e
View code at this point
Browse repository at this point
(mini.starter) Implement `MiniStarter.set_query()`.
Show description for 65966d8
echasnovski
authored
65966d8
View commit details
Copy full SHA for 65966d8
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
(mini.doc) Fix some issues with `@alias` usage.
echasnovski
authored
f2ccb93
View commit details
Copy full SHA for f2ccb93
View code at this point
Browse repository at this point
Commits on Feb 5, 2022
(mini.starter) Allow setting `showtabline` to 0 or 2 after Starter
Show description for 6cb7cdb
echasnovski
committed
6cb7cdb
View commit details
Copy full SHA for 6cb7cdb
View code at this point
Browse repository at this point
Commits on Jan 30, 2022
(mini.doc) Allow using `@toc` without any `@toc_entry`.
echasnovski
committed
87e4801
View commit details
Copy full SHA for 87e4801
View code at this point
Browse repository at this point
Update documentation to have table of contents.
echasnovski
committed
e09be30
View commit details
Copy full SHA for e09be30
View code at this point
Browse repository at this point
(mini.doc) Replace `config.annotation_pattern` with
Show description for 8ffbb61
echasnovski
committed
8ffbb61
View commit details
Copy full SHA for 8ffbb61
View code at this point
Browse repository at this point
(mini.doc) Implements `@toc` and `@toc_entry` sections.
echasnovski
committed
57d8608
View commit details
Copy full SHA for 57d8608
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.