Compare commits

..

No commits in common. "main" and "canary" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View file

@ -15,19 +15,6 @@
Install `rose-pine/neovim` using your favourite package manager:
### [Built-in vim.pack](https://neovim.io/doc/user/pack/#_plugin-manager)
```lua
vim.pack.add({
{
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

View file

@ -223,9 +223,6 @@ local function set_highlights()
Type = { fg = palette.foam },
TypeDef = { link = "Type" },
Underlined = { fg = palette.iris, underline = true },
Added = { fg = groups.git_add },
Changed = { fg = groups.git_change },
Removed = { fg = groups.git_delete },
healthError = { fg = groups.error },
healthSuccess = { fg = groups.info },