neovim: install rose-pine colorscheme
This commit is contained in:
@@ -7,6 +7,6 @@ vim.api.nvim_set_hl(0, "SpellBad", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
colorscheme gruvbox-material
|
colorscheme rose-pine
|
||||||
hi clear SignColumn
|
hi clear SignColumn
|
||||||
]])
|
]])
|
||||||
|
|||||||
@@ -26,6 +26,16 @@ require("packer").startup(function(use)
|
|||||||
use({
|
use({
|
||||||
{ "sainnhe/gruvbox-material" },
|
{ "sainnhe/gruvbox-material" },
|
||||||
{ "sainnhe/sonokai" },
|
{ "sainnhe/sonokai" },
|
||||||
|
{
|
||||||
|
"rose-pine/neovim",
|
||||||
|
as = "rose-pine",
|
||||||
|
tag = "v1.*",
|
||||||
|
config = function()
|
||||||
|
require("rose-pine").setup({
|
||||||
|
dark_variant = "moon",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
|
|||||||
Reference in New Issue
Block a user