Skip to content

Commit

Permalink
docs(plugin): add docs for installing nvim-autopairs with lazy.nvim (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiksaifi committed Jun 14, 2023
1 parent 59df87a commit 41803bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,16 @@ Requires neovim 0.7

Install the plugin with your preferred package manager:

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

```lua
return {
'windwp/nvim-autopairs',
event = "InsertEnter",
opts = {} -- this is equalent to setup({}) function
}
```

### [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Expand Down

0 comments on commit 41803bd

Please sign in to comment.