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