Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloalves committed Sep 18, 2024
1 parent f0e5080 commit f3206da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ This will print "Hello from Neovim!" to the command line.

## Configuration

This plugin doesn't require any additional configuration.
This plugin allow a specific keymap to be configured. Just pass a keymap variable in the opts:

```
opts = {
keymap = "<leader>hy",
},
```

## Development

Expand Down

0 comments on commit f3206da

Please sign in to comment.