rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3k stars 80 forks source link

docs(README): add dein and vim-plug installation instructions #104

Closed Gargoth closed 2 years ago

Gargoth commented 2 years ago

Adds installation instructions for dein and vim-plug in the README file.

gegoune commented 2 years ago

Why those two and not plethora of other available ones? I normally found those instructions too verbose - if you are using plugin manager they do come with instructions how to use them.

Gargoth commented 2 years ago

While people who are already used to installing plugins to Neovim can figure it out, there still might be people who aren't too familiar with it and still need help in installing them. I have no particular reason as to why I chose dein and vim-plug specifically, aside from those being the ones I'm already familiar with.

rcarriga commented 2 years ago

Thanks for the PR :smile: