mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Added config for packer.nvim
parent
7dcafa0080
commit
5fd2d3a1dc
1 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,18 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## packer.nvim
|
||||||
|
|
||||||
|
```lua
|
||||||
|
use({
|
||||||
|
'rose-pine/neovim',
|
||||||
|
as = 'rose-pine',
|
||||||
|
config = function()
|
||||||
|
vim..cmd('colorscheme rose-pine')
|
||||||
|
end
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
## toggleterm.nvim
|
## toggleterm.nvim
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue