forked from dineshsalunke/nvim-config
refactor: fallback to poimandres theme
This commit is contained in:
parent
fe5eaca812
commit
6993c76e4f
@ -3,14 +3,8 @@ 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("rose-pine")
|
vim.cmd.colorscheme("poimandres")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user