neovim: install rose-pine colorscheme

This commit is contained in:
2022-06-27 14:47:46 +03:00
parent 82c33ab6e5
commit f08f936506
2 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,16 @@ 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