mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
491a0c77ab
commit
edb2625273
1 changed files with 11 additions and 0 deletions
11
readme.md
11
readme.md
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue