forked from dineshsalunke/nvim-config
refactor: add rosepine color scheme
This commit is contained in:
parent
2c553e9780
commit
b73fc1174a
@ -3,8 +3,14 @@ return {
|
|||||||
"dineshsalunke/poimandres.nvim",
|
"dineshsalunke/poimandres.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {},
|
opts = {},
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"rose-pine/neovim",
|
||||||
|
name = "rose-pine",
|
||||||
|
opts = {},
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme "poimandres"
|
vim.cmd.colorscheme("rose-pine")
|
||||||
end
|
end,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user