Skip to content

Commit

Permalink
update reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilaMihailov committed Jun 25, 2020
1 parent 5a155c8 commit 99f8c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ You can disable fading animation by setting
```viml
let g:beacon_fade = 0
```
enabled by default. You should set `g:beacon_timeout` to some number of milliseconds (somewhere around 300-500 is nice), otherwise beacon wont be cleared.
enabled by default.

You can set `g:beacon_timeout` to hide beacon early, by default it set to 500ms.

### Ignoring buffers
To ignore a buffer you can set list of regexes
Expand Down

0 comments on commit 99f8c8e

Please sign in to comment.