9 lines
120 B
Lua
9 lines
120 B
Lua
---@type LazySpec
|
|
return {
|
|
"AstroNvim/astroui",
|
|
---@type AstroUIOpts
|
|
opts = {
|
|
colorscheme = "onedark",
|
|
},
|
|
}
|