Skip to content

Commit

Permalink
docs: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xshen committed Feb 23, 2024
1 parent 757d48a commit b51b986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ You can pass your config table into the `setup()` function.
### Keys

The available options in `keys`:

- `close`: If set to true, pressing the character will insert both the opening and closing characters, and place the cursor in between them.
- `escape`: If set to true, pressing the character again will escape it instead of inserting a closing character.
- `pair`: The string that represents the pair of opening and closing characters. This should be a two-character string, with the opening character first and the closing character second.
Expand Down Expand Up @@ -109,6 +110,7 @@ require("autoclose").setup({
### Options

The available options in `options`:

- `disabled_filetypes`: The plugin will be disabled under the filetypes in this table.
- type of the value: table of strings
- default value: `{ "text" }`
Expand Down

0 comments on commit b51b986

Please sign in to comment.