mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-15 10:04:18 +01:00
10 lines
109 B
Lua
10 lines
109 B
Lua
return {
|
|
{ "shaunsingh/nord.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nord",
|
|
},
|
|
},
|
|
}
|