devcontainer/config/nvim/plugins/colorscheme.lua

10 lines
147 B
Lua
Raw Permalink Normal View History

2024-09-23 17:56:52 +00:00
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}