93d0630fb0
Thanks @iljo-dp for finding the themes!
10 lines
109 B
Lua
10 lines
109 B
Lua
return {
|
|
{ "shaunsingh/nord.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nord",
|
|
},
|
|
},
|
|
}
|