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
Branch selector
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
Browse repository at this point
(mini.jump) fix doc formatting, regenerate mini.txt
annenpolka
committed
b037f2b
View commit details
Copy full SHA for b037f2b
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
Browse repository at this point
(mini.jump) fix typo in comment.
annenpolka
committed
fa9897c
View commit details
Copy full SHA for fa9897c
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
Browse repository at this point
(tests) Fix tests by terminating child Neovim process in the end.
echasnovski
committed
275bc83
View commit details
Copy full SHA for 275bc83
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
Browse repository at this point
Commits on Mar 20, 2022
(mini.comment tests) Write tests for 'mini.comment'.
echasnovski
committed
2a513e4
View commit details
Copy full SHA for 2a513e4
Browse repository at this point
(mini.comment) Small tweaks.
Show description for 67911b4
echasnovski
committed
67911b4
View commit details
Copy full SHA for 67911b4
Browse repository at this point
(mini.bufremove tests) Write tests for 'mini.bufremove'.
echasnovski
committed
b0d4655
View commit details
Copy full SHA for b0d4655
Browse repository at this point
(mini.indentscope tests) Validate for both
Show description for 636f4c0
echasnovski
committed
636f4c0
View commit details
Copy full SHA for 636f4c0
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
Browse repository at this point
(mini.indentscope tests) Test `config` validation in `setup()`.
Show description for dd36220
echasnovski
committed
dd36220
View commit details
Copy full SHA for dd36220
Browse repository at this point
(all) Use more careful `config` validation.
echasnovski
committed
6d62df7
View commit details
Copy full SHA for 6d62df7
Browse repository at this point
Commits on Mar 18, 2022
(mini.indentscope) Update tests.
echasnovski
committed
b9b0935
View commit details
Copy full SHA for b9b0935
Browse repository at this point
(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
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
Browse repository at this point
(tests.helpers) Use 'vim.loop.spawn()' instead of `vim.fn.jobstart()`.
Show description for 9015d2f
echasnovski
committed
9015d2f
View commit details
Copy full SHA for 9015d2f
Browse repository at this point
Commits on Mar 15, 2022
(mini.indentscope) Update tests to use child Neovim process.
echasnovski
committed
9459220
View commit details
Copy full SHA for 9459220
Browse repository at this point
Commits on Mar 14, 2022
(mini.indentscope) Write unit tests.
echasnovski
committed
2102075
View commit details
Copy full SHA for 2102075
Browse repository at this point
Update test helpers.
echasnovski
committed
3998c7c
View commit details
Copy full SHA for 3998c7c
Browse repository at this point
(mini.indentscope) Fix `MiniIndentscope.gen_animation()` for 'in-out'
Show description for dbd3a15
echasnovski
committed
dbd3a15
View commit details
Copy full SHA for dbd3a15
Browse repository at this point
Commits on Mar 13, 2022
Tweak 'tests' Github Action.
echasnovski
committed
5f79aba
View commit details
Copy full SHA for 5f79aba
Browse repository at this point
Implement test helpers.
echasnovski
committed
1b6fb36
View commit details
Copy full SHA for 1b6fb36
Browse repository at this point
Commits on Mar 11, 2022
(mini.indentscope) Start writing tests.
echasnovski
committed
8bbc898
View commit details
Copy full SHA for 8bbc898
Browse repository at this point
Set up testing.
echasnovski
committed
387cabb
View commit details
Copy full SHA for 387cabb
Browse repository at this point
Commits on Mar 10, 2022
Add 'gendoc' linting action.
echasnovski
committed
68f2bda
View commit details
Copy full SHA for 68f2bda
Browse repository at this point
(mini.misc) Update `MiniMisc.zoom()` to handle missing `buf_id`.
echasnovski
committed
4788ce6
View commit details
Copy full SHA for 4788ce6
Browse repository at this point
Update project infrastructure.
Show description for 8a4c6fa
echasnovski
committed
8a4c6fa
View commit details
Copy full SHA for 8a4c6fa
Browse repository at this point
Update 'CHANGELOG.md'.
echasnovski
committed
147b7d7
View commit details
Copy full SHA for 147b7d7
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
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
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
Browse repository at this point
Use development version.
echasnovski
committed
fc95760
View commit details
Copy full SHA for fc95760
Browse repository at this point
Bump version to 0.3.0.
echasnovski
committed
2726e70
View commit details
Copy full SHA for 2726e70
Browse repository at this point
Previous
Next
You can’t perform that action at this time.