Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Clean up installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 11, 2023
1 parent cf062e7 commit 33380e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

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

## Usage
## Installation

### Using [folke/lazy.vim](https://github.com/folke/lazy.nvim)

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

0 comments on commit 33380e7

Please sign in to comment.