Added packer config suggested by [mvllow](https://github.com/mvllow)

Refer to [this issue](https://github.com/mvllow). mvllow gave a suggested a snipped for installing rose-pine with packer, which was removed from the readme.
This commit is contained in:
Aarush Murari 2025-05-16 17:17:07 -07:00 committed by GitHub
commit edb2625273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,17 @@
## Getting started
Install `rose-pine/neovim` using your favourite package manager:
### [packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use({
'rose-pine/neovim',
as = 'rose-pine',
config = function()
require('rose-pine').setup() -- Add this line
vim.cmd('colorscheme rose-pine')
end
})
```
### [pam.nvim](https://github.com/mvllow/pam.nvim)