Skip to content

Commit

Permalink
chore(): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jan 14, 2022
1 parent 584e1ab commit 63e8a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Super fast git decorations implemented purely in lua/teal.
- Hunk text object
- Automatically follow files moved in the index.
- Live intra-line word diff
- Ability to display deleted/changed lines via virtual lines.
- Support for [yadm](https://yadm.io/)

## Requirements
Expand Down Expand Up @@ -189,6 +190,7 @@ Stage/reset all hunks in buffer | :white_check_mark:
Undo staged hunks | :white_check_mark: | |
Word diff in buffer | :white_check_mark: | |
Word diff in hunk preview | :white_check_mark: | :white_check_mark: |
Show deleted/changes lines directly in buffer | :white_check_mark: * | | * Via [virtual lines](https://github.com/neovim/neovim/pull/15351)
Stage partial hunks | :white_check_mark: | |
Hunk text object | :white_check_mark: | :white_check_mark: |
Diff against index or any commit | :white_check_mark: | :white_check_mark: |
Expand Down

0 comments on commit 63e8a64

Please sign in to comment.