AstroNvim/lua/plugins/astroui.lua
2025-01-29 14:47:04 -07:00

9 lines
120 B
Lua

---@type LazySpec
return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
colorscheme = "onedark",
},
}