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 }}
unrealapex
/
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
misc.lua
on
main
User selector
All users
All time
Commit history
Commits on Sep 9, 2024
fix(misc): update `setup_termbg_sync` to target stdout stream explicitly
Show description for a1f08f1
wroyca
and
echasnovski
committed
a1f08f1
View commit details
Copy full SHA for a1f08f1
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
fix(ALL): adjust after `vim.tbl_deep_extend` change on Nightly
Show description for 14f81b9
echasnovski
committed
14f81b9
View commit details
Copy full SHA for 14f81b9
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
refactor(ALL): use `vim.bo` and `vim.wo` where possible
Show description for 1edffa2
echasnovski
committed
1edffa2
View commit details
Copy full SHA for 1edffa2
View code at this point
Browse repository at this point
Commits on Aug 25, 2024
fix(misc): reflect that `setup_termbg_sync()` works only on Neovim>=0.10
echasnovski
committed
a9b70ab
View commit details
Copy full SHA for a9b70ab
View code at this point
Browse repository at this point
Commits on Aug 18, 2024
feat(misc): update `setup_termbg_sync()` to respect no present `stdout`
Show description for d6e6a6f
echasnovski
committed
d6e6a6f
View commit details
Copy full SHA for d6e6a6f
View code at this point
Browse repository at this point
fix(misc): use different events in `setup_termbg_sync()`
Show description for 18ba14f
echasnovski
committed
18ba14f
View commit details
Copy full SHA for 18ba14f
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
fix(misc): update `find_root()` to use `vim.fs.normalize()`
echasnovski
committed
34eb131
View commit details
Copy full SHA for 34eb131
View code at this point
Browse repository at this point
Commits on Aug 4, 2024
docs(misc): add note about `setup_termbg_sync()` usage
Show description for e70e8c7
echasnovski
committed
e70e8c7
View commit details
Copy full SHA for e70e8c7
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
feat(misc): implement `setup_termbg_sync()`
Show description for d1d950c
echasnovski
and
gpanders
committed
d1d950c
View commit details
Copy full SHA for d1d950c
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 a8fae0b
echasnovski
committed
a8fae0b
View commit details
Copy full SHA for a8fae0b
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
feat(ALL): stop support for Neovim 0.7
Show description for 94db855
echasnovski
committed
94db855
View commit details
Copy full SHA for 94db855
View code at this point
Browse repository at this point
Commits on May 25, 2024
feat(ALL): soft deprecate Neovim<0.8
echasnovski
committed
a6c7322
View commit details
Copy full SHA for a6c7322
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
fix(ALL): react to `vim.tbl_islist()` deprecation on Nightly
Show description for 85ca5ff
echasnovski
committed
85ca5ff
View commit details
Copy full SHA for 85ca5ff
View code at this point
Browse repository at this point
Commits on Dec 29, 2023
(mini.misc) Update `bench_time()` to use `vim.loop.hrtime()`.
echasnovski
committed
02f5c05
View commit details
Copy full SHA for 02f5c05
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
ea1af8c
View commit details
Copy full SHA for ea1af8c
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
(all) Fix typos.
dundargoc
authored and
echasnovski
committed
0a3d637
View commit details
Copy full SHA for 0a3d637
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
(all) Don't use `nvim_{buf,win}_get_option()` in code in favor of `vim.{bo,wo}`.
Show description for a9cc3cc
echasnovski
committed
a9cc3cc
View commit details
Copy full SHA for a9cc3cc
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
(mini.misc) FEATURE: Add `fallback` argument to root finding functions.
Show description for e9a0716
echasnovski
committed
e9a0716
View commit details
Copy full SHA for e9a0716
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
(all) Update to properly store default config.
echasnovski
committed
0c50ef9
View commit details
Copy full SHA for 0c50ef9
View code at this point
Browse repository at this point
Commits on May 5, 2023
(all) Replace unnecessary Vimscript with Lua API.
echasnovski
committed
7a2b975
View commit details
Copy full SHA for 7a2b975
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
(all) Use Lua API to create autocommands.
Show description for 87be55f
echasnovski
committed
87be55f
View commit details
Copy full SHA for 87be55f
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
(all) Remove warning about Neovim<0.7 starting its hard deprecation.
Show description for 10fc181
echasnovski
committed
10fc181
View commit details
Copy full SHA for 10fc181
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
(mini.misc) Use neovim API in `restore_cursor()`.
cryptomilk
authored and
echasnovski
committed
63b2603
View commit details
Copy full SHA for 63b2603
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 1e5fe7d
echasnovski
committed
1e5fe7d
View commit details
Copy full SHA for 1e5fe7d
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
Soft deprecate Neovim version less than 0.7.
echasnovski
committed
449bfb4
View commit details
Copy full SHA for 449bfb4
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
(all) Update code annotations to be more precise.
Show description for dd198c5
echasnovski
and
ttytm
committed
dd198c5
View commit details
Copy full SHA for dd198c5
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
(mini.misc) Update `zoom()` to always have `winblend=0`.
echasnovski
committed
ff26f8f
View commit details
Copy full SHA for ff26f8f
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
(mini.misc) Update documentation.
echasnovski
committed
d613f3b
View commit details
Copy full SHA for d613f3b
View code at this point
Browse repository at this point
(mini.misc) FEATURE: implement `setup_restore_cursor()`.
Show description for 5be4676
cryptomilk
and
echasnovski
committed
5be4676
View commit details
Copy full SHA for 5be4676
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
(mini.misc) Implement `setup_auto_root()` and `find_root()`.
Show description for bd6d1f3
echasnovski
committed
bd6d1f3
View commit details
Copy full SHA for bd6d1f3
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
(mini.misc) Simplify `get_gutter_width()`.
echasnovski
committed
dd0b7f8
View commit details
Copy full SHA for dd0b7f8
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
Stop warning about Neovim<0.6 version.
echasnovski
committed
0cf93d1
View commit details
Copy full SHA for 0cf93d1
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
(mini.misc) Update `MiniMisc.stat_summary()` to properly validate input.
echasnovski
committed
5a2fe69
View commit details
Copy full SHA for 5a2fe69
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Soft deprecate Neovim 0.5.
echasnovski
committed
2c49b0b
View commit details
Copy full SHA for 2c49b0b
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
Split help files.
echasnovski
committed
5854e94
View commit details
Copy full SHA for 5854e94
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.