Skip to content

Commit

Permalink
feat: add demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 6, 2022
1 parent 256d021 commit 5cfee78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Every dev needs something sweet sometimes. Code Biscuits are in-editor annotations usually at the end of a closing tag/bracket/parenthesis/etc. They help you get the context of the end of that AST node so you don't have to navigate to find it.

## Demo

Here you can see the plugin being used on a Go file with `cursor_line_only` turned on.

![Demo of the plugin being used on a Golang file](./assets/demo.gif)

## Installation

In your nvim config, add the Plug dependencies:
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cfee78

Please sign in to comment.