mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
11 lines
168 B
Lua
11 lines
168 B
Lua
return {
|
|
{ "shaunsingh/nord.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nord",
|
|
},
|
|
config = require('plugins.commons').set_transparent_bg()
|
|
},
|
|
}
|