Skip to content

Commit

Permalink
docs(README): packer installation instruction (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihancj committed Apr 19, 2023
1 parent 50d0370 commit 159c6cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -36,12 +36,18 @@ Then you can install nvim-notify with the package manager of your choice.
call dein#add("rcarriga/nvim-notify")
```

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

```vim
Plug 'rcarriga/nvim-notify'
```

[**packer**](https://github.com/wbthomason/packer.nvim):

```lua
use 'rcarriga/nvim-notify'
```

## Usage

Simply call the module with a message!
Expand Down

0 comments on commit 159c6cf

Please sign in to comment.