Skip to content

Commit

Permalink
Fix README config syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Habib Vieira da Silva <[email protected]>
  • Loading branch information
julienvincent and danielhvs committed Sep 20, 2023
1 parent 4a1227f commit c49b590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It currently only has first-class support for the `clojure` language and has a f
## Configuration

```lua
paredit = require("nvim-paredit");
local paredit = require("nvim-paredit")
paredit.setup({
-- should plugin use default keybindings? (default = true)
use_default_keys = true,
Expand Down

0 comments on commit c49b590

Please sign in to comment.