Skip to content

Commit

Permalink
docs: fix typo in README.md file (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsrp2002 committed Apr 17, 2023
1 parent 7470af8 commit 58985de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -350,7 +350,7 @@ Before Input After
```lua
-- remove add single quote on filetype scheme or lisp
require("nvim-autopairs").get_rule("'")[1].not_filetypes = { "scheme", "lisp" }
require("nvim-autopairs").get_rule("'")[1]:with_pair(cond.not_after_text("["}))
require("nvim-autopairs").get_rule("'")[1]:with_pair(cond.not_after_text("["))
```

### FastWrap
Expand Down

0 comments on commit 58985de

Please sign in to comment.