Skip to content

Commit

Permalink
docs: add usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 29, 2023
1 parent 7007b61 commit 930fd1d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Limitations](#limitations)
- [Credits](#credits)

Expand All @@ -39,11 +40,16 @@ use {

```lua
-- default settings
require("{{plugin-name}}").setup {}
require("{{plugin-name}}").setup ({

})
```

## Usage
-

## Limitations
- WIP.
-

## Credits
<!-- vale Google.FirstPerson = NO -->
Expand Down

0 comments on commit 930fd1d

Please sign in to comment.