mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
10 lines
135 B
Lua
10 lines
135 B
Lua
return {
|
|
{ "rose-pine/neovim", name = "rose-pine" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "rose-pine-dawn",
|
|
},
|
|
},
|
|
}
|