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
lua
mini
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
filetype_icon is '' if NerdFonts is disabled
tani
authored
f6f2e7b
View commit details
Copy full SHA for f6f2e7b
View code at this point
Browse repository at this point
Fallback if nerdfonts is not enabled
tani
authored
bfb8c9b
View commit details
Copy full SHA for bfb8c9b
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.indentscope) Use proper tail call inside drawing.
echasnovski
committed
6adaf4c
View commit details
Copy full SHA for 6adaf4c
View code at this point
Browse repository at this point
(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
(all) Update documentation of highlight groups.
echasnovski
committed
34dbd8b
View commit details
Copy full SHA for 34dbd8b
View code at this point
Browse repository at this point
Commits on May 31, 2022
(mini.base16) Update 'lewis6991/gitsigns.nvim' highlight groups.
echasnovski
committed
2e209f3
View commit details
Copy full SHA for 2e209f3
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
Remove soft deprecation notices.
echasnovski
committed
e53e60c
View commit details
Copy full SHA for e53e60c
View code at this point
Browse repository at this point
Commits on May 23, 2022
(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
(all) Stop using `vim.notify()` for frequent messages.
Show description for 1764bcf
echasnovski
committed
1764bcf
View commit details
Copy full SHA for 1764bcf
View code at this point
Browse repository at this point
(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
(mini.jump2d) Tweak documentation.
echasnovski
committed
7410b7d
View commit details
Copy full SHA for 7410b7d
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 May 1, 2022
(mini.completion) Add note about 'dressing.nvim'.
Show description for 2bc924d
echasnovski
committed
2bc924d
View commit details
Copy full SHA for 2bc924d
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
(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
(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
(all) Stop using "Custom ... module" in description.
echasnovski
committed
e183b46
View commit details
Copy full SHA for e183b46
View code at this point
Browse repository at this point
(mini.surround) Add example setup similar to 'tpope/vim-surround'.
Show description for 3748897
echasnovski
committed
3748897
View commit details
Copy full SHA for 3748897
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
(mini.base16) Add 'MiniTablineTabpagesection' highlight group.
echasnovski
committed
156f816
View commit details
Copy full SHA for 156f816
View code at this point
Browse repository at this point
(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
(mini.tabline) BREAKING FEATURE: Implement `config.tabpage_section`.
Show description for 56c4e8b
echasnovski
committed
56c4e8b
View commit details
Copy full SHA for 56c4e8b
View code at this point
Browse repository at this point
Commits on Apr 24, 2022
(mini.tabline) Show quickfix/loclist buffers with special `*quickfix*`
Show description for dde0959
echasnovski
committed
dde0959
View commit details
Copy full SHA for dde0959
View code at this point
Browse repository at this point
(mini.tabline) Refactor.
Show description for 0ba2982
echasnovski
committed
0ba2982
View commit details
Copy full SHA for 0ba2982
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
(mini.starter) Don't show query message on startup.
Show description for 1c1c458
echasnovski
committed
1c1c458
View commit details
Copy full SHA for 1c1c458
View code at this point
Browse repository at this point
(all) Use mapping description for Neovim>=0.7.
echasnovski
committed
09d516e
View commit details
Copy full SHA for 09d516e
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
(mini.pairs) Clarify suggested ways of doing `<CR>` mapping.
echasnovski
committed
09d70a2
View commit details
Copy full SHA for 09d70a2
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
Previous
Next
You can’t perform that action at this time.