mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-06 09:06:56 +02:00
format
This commit is contained in:
parent
82158bb307
commit
d3f9532674
1 changed files with 2 additions and 3 deletions
|
|
@ -15,18 +15,17 @@
|
|||
|
||||
Install `rose-pine/neovim` using your favourite package manager:
|
||||
|
||||
### [vim.pack](https://neovim.io/doc/user/pack/#_plugin-manager)
|
||||
### [Built-in vim.pack](https://neovim.io/doc/user/pack/#_plugin-manager)
|
||||
|
||||
```lua
|
||||
vim.pack.add({
|
||||
src = "https://github.com/rose-pine/neovim",
|
||||
src = "https://github.com/rose-pine/neovim",
|
||||
name = "rose-pine"
|
||||
})
|
||||
require("rose-pine").setup()
|
||||
vim.cmd("colorscheme rose-pine")
|
||||
```
|
||||
|
||||
|
||||
### [pam.nvim](https://github.com/mvllow/pam.nvim)
|
||||
|
||||
```lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue