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 }}
megalithic
/
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 Jan 11, 2022
(mini.starter) Update condition for acting on VimEnter.
echasnovski
committed
1c24c78
View commit details
Copy full SHA for 1c24c78
Browse repository at this point
(mini.sessions) Resolve links in absolute paths.
Show description for 6f9e839
echasnovski
committed
6f9e839
View commit details
Copy full SHA for 6f9e839
Browse repository at this point
Commits on Jan 6, 2022
(mini.starter) Allow opening in specified buffer and use it during startup.
Show description for a1aa674
echasnovski
committed
a1aa674
View commit details
Copy full SHA for a1aa674
Browse repository at this point
(mini.completion) Use fixed `breakat`.
Show description for d8b52c4
echasnovski
committed
d8b52c4
View commit details
Copy full SHA for d8b52c4
Browse repository at this point
Commits on Jan 4, 2022
(mini.base16) Add explicit `MiniCursorwordCurrent`.
echasnovski
committed
f556a97
View commit details
Copy full SHA for f556a97
Browse repository at this point
(mini.cursorword) Implement possibility of different highlighting of current word under cursor.
Show description for a65c65f
echasnovski
committed
a65c65f
View commit details
Copy full SHA for a65c65f
Browse repository at this point
(mini.cursorword) (mini.trailspace) Refactor to use more early returns.
echasnovski
committed
45e24f9
View commit details
Copy full SHA for 45e24f9
Browse repository at this point
Commits on Dec 28, 2021
(mini.starter) Use `vim.loop.os_get_passwd()` to get username.
Show description for 632f9d3
echasnovski
committed
632f9d3
View commit details
Copy full SHA for 632f9d3
Browse repository at this point
(mini.comment) Escape literal '%' in comment parts.
Show description for 3d1297a
echasnovski
committed
3d1297a
View commit details
Copy full SHA for 3d1297a
Browse repository at this point
Commits on Dec 23, 2021
(all) Update comments to be more uniform across modules.
Show description for 5dbb950
echasnovski
committed
5dbb950
View commit details
Copy full SHA for 5dbb950
Browse repository at this point
Commits on Dec 19, 2021
(mini.pairs) (mini.statusline) Remove deprecation notices.
echasnovski
committed
5bfb783
View commit details
Copy full SHA for 5bfb783
Browse repository at this point
Use development version.
echasnovski
committed
ee3381b
View commit details
Copy full SHA for ee3381b
Browse repository at this point
Bump version to 0.2.0.
echasnovski
committed
3c67686
View commit details
Copy full SHA for 3c67686
Browse repository at this point
Commits on Dec 17, 2021
(minischeme) Fix typo in comment.
echasnovski
authored
c2fe713
View commit details
Copy full SHA for c2fe713
Browse repository at this point
Commits on Dec 16, 2021
Merge pull request #23 from kawarimidoll/fix-typo
Show description for 8a57a7a
echasnovski
authored
8a57a7a
View commit details
Copy full SHA for 8a57a7a
Browse repository at this point
Fix typo in usage.
kawarimidoll
committed
3cdac47
View commit details
Copy full SHA for 3cdac47
Browse repository at this point
Commits on Dec 9, 2021
(mini.statusline) Allow supplying custom static icon.
Show description for 793d40f
echasnovski
committed
793d40f
View commit details
Copy full SHA for 793d40f
Browse repository at this point
Commits on Dec 6, 2021
(mini.comment) Fix case when all lines are empty.
Show description for 2f77d58
echasnovski
committed
2f77d58
View commit details
Copy full SHA for 2f77d58
Browse repository at this point
Commits on Dec 5, 2021
(mini.starter) Update `sections.sessions` to always display local
Show description for 88c3daa
echasnovski
committed
88c3daa
View commit details
Copy full SHA for 88c3daa
Browse repository at this point
(mini.sessions) Implement `verbose` option to main actions.
echasnovski
committed
f80b986
View commit details
Copy full SHA for f80b986
Browse repository at this point
(mini.sessions) BREAKING: Move to table `opts` argument in main actions.
echasnovski
committed
1a86f4a
View commit details
Copy full SHA for 1a86f4a
Browse repository at this point
Commits on Dec 4, 2021
(mini.sessions) Implement local session.
echasnovski
committed
0c7f401
View commit details
Copy full SHA for 0c7f401
Browse repository at this point
Commits on Dec 3, 2021
Update CHANGELOG.
echasnovski
committed
bd84910
View commit details
Copy full SHA for bd84910
Browse repository at this point
(mini.comment) Stop disrespecting tab indentation.
Show description for fa2cb0c
echasnovski
committed
fa2cb0c
View commit details
Copy full SHA for fa2cb0c
Browse repository at this point
Commits on Dec 2, 2021
(mini.base16) Add new highlight groups.
Show description for 8ecfbd1
echasnovski
committed
8ecfbd1
View commit details
Copy full SHA for 8ecfbd1
Browse repository at this point
(mini.statusline) Use `vim.diagnostic` in Neovim 0.6.0.
echasnovski
committed
c4fb1f7
View commit details
Copy full SHA for c4fb1f7
Browse repository at this point
Commits on Nov 25, 2021
(mini.pairs) Show deprecation notice only once.
echasnovski
committed
5a011a9
View commit details
Copy full SHA for 5a011a9
Browse repository at this point
Update README.
echasnovski
committed
7505354
View commit details
Copy full SHA for 7505354
Browse repository at this point
Commits on Nov 22, 2021
Clarify more about global Lua tables created with `setup()`.
echasnovski
committed
c03fc7d
View commit details
Copy full SHA for c03fc7d
Browse repository at this point
Commits on Nov 21, 2021
(mini.completion) Update documentation.
echasnovski
committed
2724d8d
View commit details
Copy full SHA for 2724d8d
Browse repository at this point
Commits on Nov 16, 2021
Update README.
echasnovski
committed
b6ac61c
View commit details
Copy full SHA for b6ac61c
Browse repository at this point
(mini.starter) Add benchmarks.
echasnovski
committed
bd57918
View commit details
Copy full SHA for bd57918
Browse repository at this point
(mini.jump) Add 'repeat_jump' mapping.
echasnovski
committed
705b96b
View commit details
Copy full SHA for 705b96b
Browse repository at this point
Commits on Nov 14, 2021
(mini.jump) NEW MODULE: initial commit.
echasnovski
committed
cfa108e
View commit details
Copy full SHA for cfa108e
Browse repository at this point
(mini.jump) Refactor.
Show description for fb88f94
echasnovski
committed
fb88f94
View commit details
Copy full SHA for fb88f94
Browse repository at this point
Previous
Next
You can’t perform that action at this time.