Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Jun 18, 2024
1 parent e40c59b commit 0456d45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ A dumb autopairs plugin for Neovim that tries not to get in your way.
It handles inserting closing braces/quotes, `<CR>` and `<BS>`.
It does not attempt to wrap existing text.

`<CR>` works best with these settings:

```lua
vim.o.autoindent = true
vim.cmd("filetype plugin indent on")
```

## Installation

Using your favourite package manager:
Expand Down

0 comments on commit 0456d45

Please sign in to comment.