Skip to content

Commit

Permalink
Add usage example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 10, 2023
1 parent 66f1fe0 commit ee82c49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@

Provides a language extension implementation to [nvim-paredit](https://github.com/julienvincent/nvim-paredit) for the Fennel programming language

## Usage

```lua
{
"julienvincent/nvim-paredit-fennel",
dependencies = { "julienvincent/nvim-paredit" },
ft = { "fennel" },
config = function()
local paredit_fennel = require("nvim-paredit-fennel")
paredit_fennel.setup()
end
}
```

0 comments on commit ee82c49

Please sign in to comment.