Skip to content

Commit

Permalink
doc: Add customized handler to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isrothy committed Sep 1, 2024
1 parent 6176d40 commit 878f45c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Show minimaps in a split window:
- 📐 Support both split window and float window layouts
- 🌐 Respects UTF-8 encoding and tab width
- 🎯 Focus on the minimap, allowing interaction with it
- 🔧 Support for customized handlers

## Dependencies

Expand Down Expand Up @@ -664,6 +665,8 @@ Checkout the wiki page for more details. [wiki](https://github.com/Isrothy/neomi
- Codewindow.nvim does not consider folds, whereas this plugin does.
- Codewindow.nvim shows the minimap in a floating window but does not support
a split window. This plugin supports both.
- Codewindow.nvim does not support customized handlers, which this plugin
does.

- [mini.map](https://github.com/echasnovski/mini.map)
- Mini.map allows for encoded symbol customization, while this plugin does not.
Expand All @@ -674,6 +677,7 @@ Checkout the wiki page for more details. [wiki](https://github.com/Isrothy/neomi
- Mini.map does not cache the minimap, but it is still performant.
- Mini.map shows the minimap in a floating window but does not support a
split window. This plugin supports both.
- Mini.map does not support customized handlers, which this plugin does.

- [minimap.vim](https://github.com/wfxr/minimap.vim)
- Like Mini.map, Minimap.vim scales the minimap.
Expand All @@ -683,6 +687,7 @@ Checkout the wiki page for more details. [wiki](https://github.com/Isrothy/neomi
does.
- Minimap.vim shows the minimap in a split window but does not support a
floating window. This plugin supports both.
- Minimap.vim does not support customized handlers, which this plugin does.

## Acknowledgements

Expand Down

0 comments on commit 878f45c

Please sign in to comment.