diff --git a/README.md b/README.md index db616cc..6ef48bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 7e49ad6..72ffd39 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -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 },