14 lines
170 B
Lua
14 lines
170 B
Lua
return {
|
|
{
|
|
"omacom-io/lumon.nvim",
|
|
name = "lumon",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "lumon",
|
|
},
|
|
},
|
|
}
|