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 }}
tani
/
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
tests
on
main
User selector
All users
All time
Commit history
Commits on Jun 13, 2022
Rename nerdfonts to use_icons
tani
authored
699699f
View commit details
Copy full SHA for 699699f
View code at this point
Browse repository at this point
Update test
tani
committed
9ccdea3
View commit details
Copy full SHA for 9ccdea3
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
(mini.jump) Never highlight in Insert mode.
echasnovski
committed
e83ea73
View commit details
Copy full SHA for e83ea73
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
(mini.doc) Allow optional values in `@field`.
echasnovski
committed
b22b785
View commit details
Copy full SHA for b22b785
View code at this point
Browse repository at this point
Commits on May 26, 2022
(mini.surround) Fix tag surrounding with extra symbols on input.
Show description for 7547736
echasnovski
committed
7547736
View commit details
Copy full SHA for 7547736
View code at this point
Browse repository at this point
Commits on May 23, 2022
(mini.pairs tests) Relax tests for Terminal mode.
echasnovski
committed
8ab4530
View commit details
Copy full SHA for 8ab4530
View code at this point
Browse repository at this point
(all) Use `[[...]]` for strings only if necessary.
echasnovski
committed
867f8a6
View commit details
Copy full SHA for 867f8a6
View code at this point
Browse repository at this point
Commits on May 12, 2022
(mini.completion) Stop using `resolved_capabilities` in favor of
Show description for f093f67
echasnovski
committed
f093f67
View commit details
Copy full SHA for f093f67
View code at this point
Browse repository at this point
Commits on May 9, 2022
(mini.starter) Add `<C-n>` and `<C-p>` to default mappings.
echasnovski
committed
ee7c022
View commit details
Copy full SHA for ee7c022
View code at this point
Browse repository at this point
Commits on May 8, 2022
(mini.completion) Add support for `additionalTextEdits`.
Show description for b0ba2b9
echasnovski
committed
b0ba2b9
View commit details
Copy full SHA for b0ba2b9
View code at this point
Browse repository at this point
(mini.trailspace) Tweak autocommands.
echasnovski
committed
6a144e1
View commit details
Copy full SHA for 6a144e1
View code at this point
Browse repository at this point
Commits on May 7, 2022
(mini.sessions) Update `read()` to check for modified **listed** buffers.
Show description for fe764ec
echasnovski
committed
fe764ec
View commit details
Copy full SHA for fe764ec
View code at this point
Browse repository at this point
Commits on May 6, 2022
(mini.jump2d) NEW MODULE: initial commit.
echasnovski
committed
b9eedc7
View commit details
Copy full SHA for b9eedc7
View code at this point
Browse repository at this point
Commits on May 3, 2022
(mini.statusline) Update `section_searchcount()` to not fail.
echasnovski
committed
828fc37
View commit details
Copy full SHA for 828fc37
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
(tests) Implement and use `child.mini_load_strconfig()`.
echasnovski
committed
843c77e
View commit details
Copy full SHA for 843c77e
View code at this point
Browse repository at this point
(mini.sessions) FEATURE: Implement `config.hooks`.
Show description for 9ef1031
echasnovski
committed
9ef1031
View commit details
Copy full SHA for 9ef1031
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
(tests) Update signature of (re)starting child Neovim process.
echasnovski
committed
8c27801
View commit details
Copy full SHA for 8c27801
View code at this point
Browse repository at this point
(mini.trailspace tests) Write tests for 'mini.trailspace'.
echasnovski
committed
58b373b
View commit details
Copy full SHA for 58b373b
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
(mini.tabline) Write tests for 'mini.tabline'.
echasnovski
committed
d78cd75
View commit details
Copy full SHA for d78cd75
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
(tests) Fix exiting child Neovim process.
echasnovski
committed
00d2a9e
View commit details
Copy full SHA for 00d2a9e
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
Various small fixes and tweaks.
echasnovski
committed
8134370
View commit details
Copy full SHA for 8134370
View code at this point
Browse repository at this point
(mini.surround) FEATURE: implement `config.search_method`.
echasnovski
committed
c9670af
View commit details
Copy full SHA for c9670af
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
(tests) Update `child.type_keys()` to throw errors.
Show description for 011713b
echasnovski
committed
011713b
View commit details
Copy full SHA for 011713b
View code at this point
Browse repository at this point
(mini.surround) FEATURE: implement custom surroundings.
echasnovski
committed
19b0f13
View commit details
Copy full SHA for 19b0f13
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
(mini.surround) Deprecate `config.funname_pattern`.
echasnovski
committed
f0ce883
View commit details
Copy full SHA for f0ce883
View code at this point
Browse repository at this point
(mini.surround) Modify logic of `f` and `t` input patterns.
echasnovski
committed
a168832
View commit details
Copy full SHA for a168832
View code at this point
Browse repository at this point
(mini.surround) Make empty string a valid user input.
echasnovski
committed
14960b8
View commit details
Copy full SHA for 14960b8
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
(mini.surround tests) Write tests for 'mini.surround'.
echasnovski
committed
820e31b
View commit details
Copy full SHA for 820e31b
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
(mini.starter) Use `vim.highlight.range` with `priority` in Neovim>=0.7.
Show description for 56ec045
echasnovski
committed
56ec045
View commit details
Copy full SHA for 56ec045
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
(tests) Update `child.type_keys()` helper.
echasnovski
committed
13baf74
View commit details
Copy full SHA for 13baf74
View code at this point
Browse repository at this point
(tests) Tweak testing setup.
echasnovski
committed
7c245c8
View commit details
Copy full SHA for 7c245c8
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
(mini.statusline tests) Write tests for 'mini.statusline'.
echasnovski
committed
53791f5
View commit details
Copy full SHA for 53791f5
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
(mini.starter tests) Write tests for 'mini.starter'.
echasnovski
committed
e6fdc2b
View commit details
Copy full SHA for e6fdc2b
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
(mini.sessions tests) Refactor and add new tests.
echasnovski
committed
20f6c11
View commit details
Copy full SHA for 20f6c11
View code at this point
Browse repository at this point
(mini.sessions) BREAKING: Give errors instead of messages on incorrect
Show description for c2b527b
echasnovski
committed
c2b527b
View commit details
Copy full SHA for c2b527b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.