Skip to content

Commit 8938824

Browse files
authored
docs: updates README.md
Adds a banner and removes `WinLeave` event mention because it's not used anymore
1 parent b0fcc3a commit 8938824

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
<h1 align="center">reactive.nvim</h1>
22
<p align="center"><sup>Reactivity. Right in your neovim.</sup></p>
33

4-
<div align="center">
5-
<img src="https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua">
6-
<img src="https://img.shields.io/github/stars/rasulomaroff/reactive.nvim?style=for-the-badge">
7-
<img src="https://img.shields.io/github/license/rasulomaroff/reactive.nvim?style=for-the-badge">
8-
<img src="https://img.shields.io/github/last-commit/rasulomaroff/reactive.nvim?style=for-the-badge">
9-
</div>
4+
![reactive-banner](https://github.com/rasulomaroff/reactive.nvim/assets/80093436/1cb68ae0-477f-48c0-9c56-c188a855ee56)
5+
106

117
## Features
128

13-
- **Performant**: `reactive.nvim` uses neovim events to apply highlights (`ModeChanged` for mode changes, `WinEnter`, `WinLeave`, and `BufWinEnter` for coloring active/inactive windows), your input isn't monitored at all.
9+
- **Performant**: `reactive.nvim` uses neovim events to apply highlights (`ModeChanged` for mode changes, `WinEnter`, , and `BufWinEnter` for coloring active/inactive windows), your input isn't monitored at all.
1410
- **Window highlights**: apply highlights only for a current window. Utilizes `'winhighlight'` neovim-specific option. (read more `:h 'winhighlight'`).
1511
- **Highlights**: apply/change global highlights on mode changes.
1612
- **Highly customizable**: you can customize literally any mode, even very specific one like `niI` (triggered when you press Ctrl + o in insert mode)

0 commit comments

Comments
 (0)