neovim: remove rose-pine colorscheme

This commit is contained in:
2022-06-28 10:16:55 +03:00
parent f08f936506
commit 8dfcd07c03
2 changed files with 1 additions and 15 deletions

View File

@@ -26,16 +26,6 @@ require("packer").startup(function(use)
use({
{ "sainnhe/gruvbox-material" },
{ "sainnhe/sonokai" },
{
"rose-pine/neovim",
as = "rose-pine",
tag = "v1.*",
config = function()
require("rose-pine").setup({
dark_variant = "moon",
})
end,
},
})
-- Make commenting code great