Skip to content

Commit 52c01ed

Browse files
authored
Update README.md
removes comma
1 parent 8938824 commit 52c01ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Features
88

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.
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.
1010
- **Window highlights**: apply highlights only for a current window. Utilizes `'winhighlight'` neovim-specific option. (read more `:h 'winhighlight'`).
1111
- **Highlights**: apply/change global highlights on mode changes.
1212
- **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)